My ec2 client (boto) is sending a param named NetworkInterface.0.NetworkInterfaceId .
I can see that "run_instances" from "https://github.com/openstack/nova/blob/stable/havana/nova/api/ec2/cloud.py" is called on request. Which in turn calls "create" method in "https://github.com/openstack/nova/blob/stable/havana/nova/compute/api.py" which seems to be accepting a param named requested_networks. Is it possible to extract the param in my ec2 request and pass it on to the create method. If yes then what is the datastructure of requested_networks. Thank you, Syed http://www.csscorp.com/common/email-disclaimer.php
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack