This table shows example nova and neutron commands that enable you to complete advanced VM creation operations:
Operation | Command |
---|---|
Boots a VM with multiple NICs. | $ nova boot --image |
Boots a VM with a specific IP address.
First, create an Networking port with
a specific IP address. Then, boot a VM
specifying a port-id
rather than a
net-id . |
$ neutron port-create --fixed-ip subnet_id= |
Boots a VM that connects to all
networks that are accessible to the
tenant who submits the request
(without the --nic
option). |
$ nova boot --image |
Note | |
---|---|
Networking does not currently support the
|