lp:~cbehrens/nova/milestone-proposed.lp855115

Created by Chris Behrens and last modified
Get this branch:
bzr branch lp:~cbehrens/nova/milestone-proposed.lp855115
Only Chris Behrens can upload to this branch. If you are Chris Behrens please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Chris Behrens
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

1545. By Chris Behrens

update floating ips tests

1544. By Chris Behrens

floating ip could have no project and we should allow access

1543. By Chris Behrens

actions on floating IPs in other projects for non-admins should not be allowed.

1542. By Chris Behrens

floating_ip_get_by_address should check user's project_id

1541. By Thierry Carrez

Last Diablo translations for Nova

1540. By Anthony Young

fix for lp844364: fix check for fixed_ip association in os-floating-ips

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:~hudson-openstack/nova/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers