lp:~cbehrens/nova/lp803165

Created by Chris Behrens and last modified
Get this branch:
bzr branch lp:~cbehrens/nova/lp803165
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

1226. By Chris Behrens

Fanout queues use unique queue names, so the consumer should have exclusive access. This means that they also get auto deleted when we're done with them, so they're not left around on a service restart. Fixes lp:803165

1225. By Vish Ishaya

Deprecate -r for run_tests.sh and adds -n, switching the default back to recreate.

1224. By Naveed Massjouni

Adding files for building an rpm for xenserver xenapi plugins.

1223. By Josh Kearney

Put possible_topdir back in nova-api.

1222. By Monsyne Dragon

This adds system usage notifications using the notifications framework.
These are designed to feed an external billing or similar system that subscribes to the nova feed and does the analysis.

1221. By Yuriy Taraday

This branch allows LdapDriver to reconnect to LDAP server if connection is lost.

1220. By Brian Lamar

Re-worked some of the WSGI and WSGIService code to make launching WSGI services easier, less error prone, and more testable. Added tests for WSGI server, new WSGI loader, and modified integration tests where needed.

1219. By Lorin Hochstein

Adds support for "extra specs", additional capability requirements associated with instance types.

The instance_type dictionary now has a new extra_specs field.

Adds a new table to the database: InstanceTypeExtraSpecs. This is modeled on the existing InstanceMetadata table, except that it is associated with additional capability requirements of instance types rather than generic metadata for instances.

The InstanceTypeFilter has been modified to check for extra specs.

This will ultimately be needed for supporting heterogeneous instances: we'll annotate the instance types with info about whether GPUs are present, so users will be able to request something like a "cg1.4xlarge".

Includes api support as an extension for querying and modifying this info.

1218. By Ilya Alekseyev

Added floating IP support in OS API

1217. By Vish Ishaya

This speeds up multiple runs of tests to start up much faster because it only runs db migrations if the test db doesn't exist. It also adds the -r/--recreate-db option to run_tests.sh to delete the tests db so it will be recreated.

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