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

Revision history for this message
Dan Prince (dan-prince) wrote :

> Dan, have your concerns been addressed? I'd like to push the button on this
> one so we can start fixing anything that breaks.

Hey Vish,

Sorry. I've been working w/ Trey a bit offline to address these issues. Perhaps I need to use a different networkmanager. I'm using FlatDHCP with XenServer and Libvirt. I haven't actually been able to boot an instance with that sort of setup.

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'.

---

Additionally I'm hitting this error with regard to floating IPs when trying to boot an instance:

http://paste.openstack.org/show/1772/

« Back to merge proposal