Changes

From Amahi Wiki
Jump to: navigation, search
* As root user, execute <code>source keystonerc_admin</code>
* Use the following to reserve the IP address:
:<code>neutron port-create internal private_network --fixed-ip subnet_id=internal_subnetprivate_subnet,ip_address=x.x.x.x</code>
* Create the instance and boot via command-line vs the web UI:
:<code>nova boot --image NAME_OF_IMAGE --flavor amahi.small --nic port-id=ID_FOR NETWORK_FROM_ABOVE_COMMAND_RESULTS VM_NAME</code>
12,424

edits