Re: [Openstack] Multi-nic support question

2011-07-06 Thread Kuo Hugo
Thanks Joseph , That's also what I;m looking for. Cheers Hugo Kuo 2011/7/7 Joseph Heck > To answer my own question on the list (Thanks Vish & Trey): > > The command to create a network should be updated - aka: > >nova-manage network create private 10.0.0.0/24 1 32 > > additionally, the

Re: [Openstack] Multi-nic support question

2011-07-06 Thread Joseph Heck
To answer my own question on the list (Thanks Vish & Trey): The command to create a network should be updated - aka: nova-manage network create private 10.0.0.0/24 1 32 additionally, the "nova-manage floating create" also changed, and no longer requires a hostname in there. Vish has up

[Openstack] Multi-nic support question

2011-07-06 Thread Joseph Heck
Afternoon! I ran into an issue with the multi-nic addition that just hit trunk - wanted to see how best to resolve or if this is a bug. The signature for the create() method in NetworkCommands (in nova/bin/nova-manage) changed - which means that the existing docs to create a network: