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

Re: [Openstack] VPC support in openstack ec2 api

2014-01-15 Thread Simon Pasquier
Hi, Concerning the support of the VPC API, there is this blueprint currently being worked on: https://blueprints.launchpad.net/nova/+spec/aws-vpc-support Regards, Simon On 15/01/2014 14:38, Syedhabib Siddikali wrote: Hi, While trying to launch instance using boto(ec2 api) I got error menti

[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