Re: [Openstack] [openstack]No option to specify subnet to launch an instance

2014-01-21 Thread sylecn
Hi Ageeleshwar, "neutron port-create" supports choosing subnet via the --fixed-ip option, although it might not be obvious. --fixed-ip ip_address=IP_ADDR desired IP for this port: subnet_id=,ip_address=, (This option can be

[Openstack] [openstack]No option to specify subnet to launch an instance

2014-01-15 Thread Ageeleshwar Kandavelu
Hi, In openstack dashboard while launching instances only networks are listed. If a Network has multiple subnets how do I specify which subnet a instance should attach to. Also while creating port on a network one can not specify the subnet. Is this a bug or is there some purpose to it. Thank