This table shows example neutron and nova commands that enable you to complete basic VM networking operations:
Action | Command |
---|---|
Checks available networks. | $ neutron net-list |
Boots a VM with a single NIC on a selected Networking network. | $ nova boot --image |
Searches for ports with a
|
$ neutron port-list --device_id= |
Searches for ports, but shows only the
mac_address of the port. |
$ neutron port-list --field mac_address --device_id= |
Temporarily disables a port from sending traffic. | $ neutron port-update |
Note | |
---|---|
The |
Create and delete VMs | |
---|---|
|