Files
gantt/nova/openstack/common
Eric Windisch 4d61a99d65 Use oslo database code
Bring in the new database code from oslo.

Uses get_session() from oslo as well as changing NovaBase to derive from
a common class.

Remove test_sqlalchemy.py now that this code is test in oslo.

Implements blueprint db-common.

Change-Id: I090754981c871250dd981cbbe1a08e7181440120
2013-02-05 10:13:04 +00:00
..
2013-02-05 10:13:04 +00:00
2012-08-16 18:09:46 -07:00
2012-02-03 19:21:54 +00:00
2013-01-21 16:57:32 +00:00
2012-07-06 22:08:42 -05:00
2013-01-21 16:57:32 +00:00
2012-10-19 15:25:33 +00:00
2012-02-07 21:35:30 +00:00
2012-11-13 14:25:31 -05:00

openstack-common
----------------

A number of modules from openstack-common are imported into this project.

These modules are "incubating" in openstack-common and are kept in sync
with the help of openstack-common's update.py script. See:

  http://wiki.openstack.org/CommonLibrary#Incubation

The copy of the code should never be directly modified here. Please
always update openstack-common first and then run the script to copy
the changes across.