> > 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>
signature.asc
Description: PGP signature
_______________________________________________ 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