heat/heat/openstack/common
Angus Salkeld a724259609 Update openstack-common
Change-Id: I5af06e0d44a69b9f968fce91db441157a69ea9c7
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2012-06-06 15:15:15 +10:00
..
README Sync cfg from openstack-common 2012-03-16 11:49:46 -04:00
__init__.py Sync cfg from openstack-common 2012-03-16 11:49:46 -04:00
cfg.py Update openstack-common 2012-06-06 15:15:15 +10:00
exception.py Add utils & exception from openstack-common 2012-04-05 16:43:09 +10:00
importutils.py Update openstack-common 2012-06-06 15:15:15 +10:00
iniparser.py Use local.py from openstack-common 2012-04-05 16:43:09 +10:00
local.py Use local.py from openstack-common 2012-04-05 16:43:09 +10:00
setup.py Update openstack-common 2012-06-06 15:15:15 +10:00
timeutils.py Update openstack-common 2012-06-06 15:15:15 +10:00
utils.py openstack-common: timeutils and importutils seperated out 2012-04-27 10:23:19 +10: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.