Hi,<br><br>I have a Folsom 2012.2 with Quantum and trying to create the instances using the REST API as below:<br><br>curl  -X 'POST' <a href="http://1.1.1.1:8774/v2/4a8c3029619e4afbaa39f85fcd121003/servers">http://1.1.1.1:8774/v2/4a8c3029619e4afbaa39f85fcd121003/servers</a> -d '{ "server": { "flavorRef": "6", "imageRef": "dd13a38c-3e1f-49f1-afbe-c6f62cd46ffb", "name": "test" } }' -H 'Accept: application/json' -H "X-Auth-Token: 1b5f64418cdf4a99a79aada03621cfa9" -H 'Content-type: application/json'<br>
<br>But this assigns the instance to all networks available for the tenant. So if I have multiple networks for a tenant, how do I assign the instance to specific networks. I am referring to the documentation at <a href="http://docs.openstack.org/api/openstack-compute/2/content/CreateServers.html">http://docs.openstack.org/api/openstack-compute/2/content/CreateServers.html</a> but do not see anything for this. <br>
<br>I can achieve this using CLI but I need to use the REST API to achieve the same.<br><br>Is this not implemented in Folsom? If so, would it be implemented in Grizzly?<br><br>Thanks,<br>Balu<br>