heat/heat/openstack/common
Steven Hardy 9096b586e2 heat align openstack/common with latest oslo-incubator
Pull in the latest oslo changes, we need the threadgroup fix
Fixes 1078064

Change-Id: I58cc94979558663d101a1a7b42446d1a9face6cf
Signed-off-by: Steven Hardy <shardy@redhat.com>
2012-11-13 08:47:44 +00:00
..
notifier heat align openstack/common with latest oslo-incubator 2012-11-13 08:47:44 +00:00
rpc heat align openstack/common with latest oslo-incubator 2012-11-13 08:47:44 +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 Update openstack-common 2012-11-01 21:09:01 +11:00
eventlet_backdoor.py heat align openstack/common with latest oslo-incubator 2012-11-13 08:47:44 +00:00
exception.py Update openstack-common, add network_utils. 2012-11-05 11:05:04 +13:00
excutils.py Update openstack-common 2012-09-13 13:50:24 +10:00
gettextutils.py Update openstack-common 2012-11-01 21:09:01 +11:00
importutils.py Update openstack-common 2012-09-13 13:50:24 +10:00
iniparser.py Update openstack-common 2012-07-17 17:38:50 -07:00
jsonutils.py Update openstack-common 2012-09-13 13:50:24 +10:00
local.py Use local.py from openstack-common 2012-04-05 16:43:09 +10:00
log.py Update openstack-common 2012-11-01 21:09:01 +11:00
loopingcall.py heat align openstack/common with latest oslo-incubator 2012-11-13 08:47:44 +00:00
network_utils.py Update openstack-common, add network_utils. 2012-11-05 11:05:04 +13:00
service.py heat align openstack/common with latest oslo-incubator 2012-11-13 08:47:44 +00:00
setup.py heat align openstack/common with latest oslo-incubator 2012-11-13 08:47:44 +00:00
threadgroup.py heat align openstack/common with latest oslo-incubator 2012-11-13 08:47:44 +00:00
timeutils.py Update openstack-common 2012-11-01 21:09:01 +11:00
utils.py Update openstack-common, add network_utils. 2012-11-05 11:05:04 +13: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.