heat/heat/openstack/common
Steven Hardy 55c90321b4 openstack/common : rebase to latest oslo
Rebased to latest oslo, now at 8837013, note a few interfaces
changed requiring a some tweaks to the heat code

Change-Id: I7dfc634b7c459edebca19dee522b396e3736aecc
Signed-off-by: Steven Hardy <shardy@redhat.com>
2013-01-18 15:31:45 +00:00
..
notifier heat cleanups to align with pep8 1.3.4 2012-12-20 09:26:16 +00:00
rpc openstack/common : rebase to latest oslo 2013-01-18 15:31:45 +00:00
README Sync cfg from openstack-common 2012-03-16 11:49:46 -04:00
__init__.py Update openstack-common in prep for pulling in common.rpc 2012-07-13 16:17:36 -07:00
cfg.py openstack/common : rebase to latest oslo 2013-01-18 15:31:45 +00:00
eventlet_backdoor.py Update openstack-common 2012-11-30 15:35:09 +01:00
exception.py Update openstack-common 2012-11-30 15:35:09 +01:00
excutils.py Update openstack-common 2012-11-30 15:35:09 +01:00
gettextutils.py Update openstack-common 2012-11-01 21:09:01 +11:00
importutils.py Remove extras dependency with a partial oslo sync. 2013-01-16 08:58:47 +13:00
iniparser.py heat cleanups to align with pep8 1.3.4 2012-12-20 09:26:16 +00:00
jsonutils.py Update openstack-common 2012-11-30 15:35:09 +01:00
local.py Use local.py from openstack-common 2012-04-05 16:43:09 +10:00
log.py openstack/common : rebase to latest oslo 2013-01-18 15:31:45 +00:00
loopingcall.py Update openstack-common 2012-11-30 15:35:09 +01:00
network_utils.py Update openstack-common, add network_utils. 2012-11-05 11:05:04 +13:00
service.py openstack/common : rebase to latest oslo 2013-01-18 15:31:45 +00:00
setup.py openstack/common : rebase to latest oslo 2013-01-18 15:31:45 +00:00
threadgroup.py openstack/common : rebase to latest oslo 2013-01-18 15:31:45 +00:00
timeutils.py openstack/common : rebase to latest oslo 2013-01-18 15:31:45 +00:00
utils.py Update openstack-common 2012-11-30 15:35:09 +01:00
uuidutils.py Add uuidutils from openstack-common 2012-11-30 17:05:13 +01:00
version.py openstack/common : rebase to latest oslo 2013-01-18 15:31:45 +00: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.