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 private_network --fixed-ip subnet_id=private_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>
:'''NOTE:''' If image name has spaces, enclose it in double quotes.
12,424

edits