Re: [openstack-dev] Boot an instance assigned to a particular Neutron Port.

2014-08-03 Thread tpiperat...@gmail.com
[openstack-dev] Boot an instance assigned to a particular Neutron Port. Hi All, I am trying to boot an instance assigned to a particular Neutron Port. CLI command nova boot with argument “ --nic port-id=port-uuid” works as expected. But using the same option for the API, using a

[openstack-dev] Boot an instance assigned to a particular Neutron Port.

2014-08-03 Thread Parikshit Manur
Hi All, I am trying to boot an instance assigned to a particular Neutron Port. CLI command nova boot with argument " --nic port-id=port-uuid" works as expected. But using the same option for the API, using argument " networks: [ {"port": " port-uuid "}] " fails to boot with t