[Openstack] [nova-ec2-api] Multiple networks issue

2014-01-15 Thread Syedhabib Siddikali
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/nov

Re: [Openstack] VPC support in openstack ec2 api

2014-01-15 Thread Syedhabib Siddikali
Hi, The blueprint as of now doesn't take into account user specifying multiple NetworkInterfaces. The section https://wiki.openstack.org/wiki/Blueprint-aws-vpc-support#EC2_Instance_API_changes needs some change. The ec2 api has support for a parameter NetworkInterfac e.n.SubnetId, which means

[Openstack] VPC support in openstack ec2 api

2014-01-15 Thread Syedhabib Siddikali
Hi, While trying to launch instance using boto(ec2 api) I got error mentioning "Multiple possible networks. Specify network Id". Is there a way to specify the same? Considering that neutron-network is analogous to VPC what would be the best way to enable support for VPC api in nova. I am willin