lp://staging/~blamar/+junk/osapi-test-poking
- Get this branch:
- bzr branch lp://staging/~blamar/+junk/osapi-test-poking
Branch information
- Owner:
- Brian Lamar
- Status:
- Development
Recent revisions
- 1468. By Anthony Young
-
Assorted fixes to os-floating-ips to make it play nicely with an in-progress novaclient implementation, as well as some changes to make it more consistent with other os rest apis. Changes include:
* switch associate/
disassociate to PUTs. Previously, it was doing create calls with one-off parameter resources.
* allow graceful handling when there are no floating ips for a tenant
* allow graceful handling when disassociating an already disassociated address - 1467. By Vish Ishaya
-
Next round of prep for keystone integration.
* adds middleware for authenticating ec2 signature with keystone
* adds middleware for converting keystone response into request context
* gives examples of alternative pipelines for keystone integrationNext steps:
* provide default config with no keystone integration (perhaps setting every context to admin?)
* write authmanager to keystone conversion code
* add api extension to create and destroy access/secret keys
* deprecate authmanager
* rename project to tenant - 1465. By Ryu Ishimoto
-
Added uuid column in virtual_interfaces table, and an OpenStack extension API for virtual interfaces to expose these IDs. Also set this UUID as one of the external IDs in the OVS vif driver.
- 1464. By dan wendlandt
-
Bugfix for lp 828429. Its still not clear to me exactly how this code path is actually invoked when nova is used, so I'm looking for input on whether we should be adding a test case for this, removing the code as unused, etc. Thanks.
- 1463. By Josh Kearney
-
Currently, rescue/unrescue is only available over the admin API. Non-admin tenants also need to be able to access this functionality. This patch adds rescue functionality over an API extension.
- 1462. By Vish Ishaya
-
Makes all of the binary services launch using the same strategy.
* Removes helper methods from utils for loading flags and logging
* Changes service.serve to use Launcher
* Changes service.wait to actually wait for all the services to exit
* Changes nova-api to explicitly load flags and logging and use service.serve
* Fixes the annoying IOError when /etc/nova/nova.conf doesn't exist
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)