Code review comment for lp:~tr3buchet/nova/multi_nic

Revision history for this message
Trey Morris (tr3buchet) wrote :

> Couple of things I've noticed recently:
> root@nova1:~# nova-manage network create private 192.168.0.0/24 1 254
> root@nova1:~# nova-manage network list
> network netmask start address DNS
> 192.168.0.0/25 255.255.255.128 192.168.0.2
> 8.8.4.4
>
> I would have expected my network created with multi_nic to be named
> '192.168.0.0/24' instead of '192.168.0.0/25'.

try:
nova-manage network create private 192.168.0.0/24 0 256

Jason Koelker has a branch that is modifying the way networks and ip addresses interact, including creation so the fact that this syntax doesn't make a whole lot of sense will be going away.

> Additionally I'm hitting this error with regard to floating IPs when trying to
> boot an instance:
>
> http://paste.openstack.org/show/1772/

I replied to this via IRC.

« Back to merge proposal