lp://staging/~vishvananda/nova/fix-dhcp
- Get this branch:
- bzr branch lp://staging/~vishvananda/nova/fix-dhcp
Branch merges
- Dan Prince (community): Approve
- Soren Hansen (community): Approve
-
Diff: 127 lines (+93/-16)2 files modifiednova/network/linux_net.py (+24/-16)
nova/tests/test_linux_net.py (+69/-0)
Related bugs
Bug #853892: dnsmasq PPA 2.58-3~openstack0~maverick1 causes 'failed to create listening socket errors' | Critical | Fix Released | |
Bug #855210: unable to boot instances w/ DHCP (dnsmasq 2.58) | Critical | Fix Released |
Related blueprints
Branch information
Recent revisions
- 1539. By Tushar Patil
-
NetworkManager's add_fixed_
ip_to_instance calls _allocate_fixed_ips without vpn or requested_networks parameters. If vpn or requested_networks is not provided to the _allocate_fixed_ips method, it throws an exception. This issue is fixed now. - 1538. By Kevin L. Mitchell
-
One more bug fix to make zones work in trunk. Basic problem is that in novaclient using the 1.0 OSAPI, servers.create() takes an ipgroups argument, but when using the 1.1 OSAPI, it doesn't, which means booting instances in child zones won't work with OSAPI v1.0. This fix works around that by using keyword arguments for all the arguments after the flavor, and dropping the unused ipgroups argument.
- 1537. By Chris Behrens
-
Fixes the reroute_compute decorator in the scheduler API so that it properly:
1) Raises InstanceNotFound when all zones return no instance
2) If an instance is found in a zone, ignore whether other zones may be down. Return the instance
information, catching the novaclient exceptions from the other zones.
3) If a zone is down and no instances are found in other zones, raise a ZoneRequestError... as it's possible the instance exists in the downed zones. - 1536. By Chris Behrens
-
Fix lp:844155
When using an abstract scheduler class, if no compute hosts are available locally, the checking of child zones is short circuited. I've removed the broken check.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~hudson-openstack/nova/trunk