Changes

From Amahi Wiki
Jump to: navigation, search
* Use the following to reserve the IP address:
<code>
:neutron openstack portcreate -create private_network -network private --fixed-ip subnet_id=private_subnet,ip_address=x.x.x.xstatic-ip-1
</code>
* Create the instance and boot via command-line vs the web UI:
<code>
:nova boot openstack server create --image NAME_OF_IMAGE --flavor amahi.small --nic port-id=ID_FOR NETWORK_FROM_ABOVE_COMMAND_RESULTS NETWORK_ID_FROM_ABOVE_COMMAND_RESULTS VM_NAME
</code>
12,424

edits