> 
> Is this the correct way to attach multiple NICs to an instance?
> 
> Thanks,
> Danny
> 

Hi,

run a dhcp client on second instance, it should get added IP.

if you want to add port to existing instance then create port in
neutron:

neutron port-create --fixed-ip ip_address=1.2.3.4 vm_network_name

then get its ID and attach it to instance:

nova interface-attach --port-id 6eb03b5e-48fa-4c2b-8e3b-c56137086896 
instance_name

it *can* be done directly during neutron port-create... but doesn't
work in icehouse;/ (port is added to neutron but permanently down in
nova) so it have to be done in 2 steps

-- 
Mariusz Gronczewski, Administrator

Efigence S. A.
ul. WoĊ‚oska 9a, 02-583 Warszawa
T: [+48] 22 380 13 13
F: [+48] 22 380 13 14
E: mariusz.gronczew...@efigence.com
<mailto:mariusz.gronczew...@efigence.com>

Attachment: signature.asc
Description: PGP signature

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to