Thanks Joseph , <div>That's also what I;m looking for.</div><div><br></div><div>Cheers</div><div>Hugo Kuo<br><br><div class="gmail_quote">2011/7/7 Joseph Heck <span dir="ltr"><<a href="mailto:heckj@mac.com">heckj@mac.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">To answer my own question on the list (Thanks Vish & Trey):<br>
<br>
The command to create a network should be updated - aka:<br>
<br>
        nova-manage network create private <a href="http://10.0.0.0/24" target="_blank">10.0.0.0/24</a> 1 32<br>
<br>
additionally, the "nova-manage floating create" also changed, and no longer requires a hostname in there.<br>
<br>
Vish has updated his novascript (<a href="https://github.com/vishvananda/novascript/commit/d36f5775b2d8d6d736294cb866937bd9ccfd0d33" target="_blank">https://github.com/vishvananda/novascript/commit/d36f5775b2d8d6d736294cb866937bd9ccfd0d33</a>) with the relevant changes.<br>

<br>
(as I write this, the cloudbuilders nova.sh script hasn't been updated - so it needs those little tweaks if you're using it with trunk)<br>
<br>
-joe<br>
<div><div></div><div class="h5"><br>
On Jul 6, 2011, at 12:06 PM, Joseph Heck wrote:<br>
> Afternoon!<br>
><br>
> 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.<br>
><br>
> The signature for the create() method in NetworkCommands (in nova/bin/nova-manage) changed - which means that the existing docs to create a network:<br>
><br>
>       nova-manage network create <a href="http://10.0.0.0/24" target="_blank">10.0.0.0/24</a> 1 32<br>
><br>
> Fails with an index out of range error. The reason is that the arguments ['<a href="http://10.0.0.0/24" target="_blank">10.0.0.0/24</a>', '1', '32'] no longer match up as expected with the arguments in create().<br>

><br>
> "Label=None" was added at the front of that method signature. So with multi-nic added in, does the command need to be updated, or should that Label component be pushed back in the positional list of arguments?<br>

><br>
> -joe<br>
><br>
> _______________________________________________<br>
> Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
> Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
> Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
> More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
</div></div></blockquote></div><br></div>