lp://staging/~vishvananda/nova/remove-keystone-middleware
- Get this branch:
- bzr branch lp://staging/~vishvananda/nova/remove-keystone-middleware
Branch merges
- Soren Hansen (community): Approve
- Devin Carlen (community): Approve
-
Diff: 176 lines (+0/-113)3 files modifiedetc/nova/api-paste.ini (+0/-30)
nova/api/auth.py (+0/-32)
nova/api/ec2/__init__.py (+0/-51)
Related bugs
Bug #855125: Remove keystone middlewares so they can go in keystone | 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.
- 1535. By Keisuke Tagami
-
Changing a behavior of update_dhcp() to write out dhcp options file.
This option file make dnsmasq offer a default gateway to only NICs of VM belonging to a network that the first NIC of VM belongs to.
So, first NIC of VM must be connected to a network that a correct default gateway exists in.
By means of this, VM will not get incorrect default gateways.
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