nova/nova/openstack/common
Jenkins 8aef8b8397 Merge "Generate a Changelog for Nova" 2012-05-11 01:32:02 +00:00
..
README Update cfg from openstack-common 2012-02-07 21:35:30 +00:00
__init__.py Move cfg to nova.openstack.common 2012-02-03 19:21:54 +00:00
cfg.py Sync to newer openstack.common.cfg 2012-05-04 10:46:05 +01:00
excutils.py Use save_and_reraise_exception() from common. 2012-05-02 16:05:58 -04:00
importutils.py Update common.importutils from openstack-common. 2012-05-02 13:44:20 -04:00
iniparser.py Import recent openstack-common changes 2012-03-23 22:10:22 +00:00
local.py Use thread local storage from openstack.common. 2012-04-04 11:47:55 -04:00
setup.py Generate a Changelog for Nova 2012-05-04 10:17:36 -07:00

README

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.