Comment 2 for bug 1569840

Revision history for this message
Shashwat Srivastava (shashwat-srivastava) wrote :

I am talking about case when you run this command to boot a vm.

nova boot --image cirros-0.3.4-x86_64-uec --flavor m1.small test1

and you have 2 or more networks.
Then system throws a error as stated in bug description.

And then to run the command we have to add the parameter "--nic net-id=" to attach the vm to a specific network.
I suggested in place of --nic net-id= can't we have "--nic net-name" variable where putting the name of the network will be easy as compared to getting the id of the network after running another command.