lp:~vishvananda/nova/lp803524

Created by Vish Ishaya and last modified
Get this branch:
bzr branch lp:~vishvananda/nova/lp803524
Only Vish Ishaya can upload to this branch. If you are Vish Ishaya please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Vish Ishaya
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

1224. By Vish Ishaya

remove logging statement

1223. By Vish Ishaya

use url parse instead of manually splitting

1222. By Vish Ishaya

Allow a port name in the server ref for image create

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.

1216. By Vish Ishaya

Proposing this because it is a critical fix before milestone. Suggestions on testing it are welcome.

1215. By Yuriy Taraday

Fix for bug #788265.
Remove created_at, updated_at and deleted_at from instance_type dict returned by methods in sqlalchemy API.

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