heat/heat/openstack/common
Thomas Herve c29af45c33 Sync oslo incubator
Sync with oslo incubator at commit
0fb9dcd54d4e08d9ac8f9764a38c68911b287200
This fixes an issue with heat engine shutdown.

Change-Id: Ie29a7781eb06ee58eb347c924b9110100ddd56f9
2015-05-12 16:42:08 +02:00
..
crypto Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
middleware oslo-incubator sync 2015-03-27 11:04:24 +05:30
README Update openstack-common reference in openstack/common/README 2015-04-08 17:58:44 +02:00
__init__.py sync oslo-incubator for request_id shim 2014-10-23 18:14:55 +01:00
_i18n.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
eventlet_backdoor.py oslo-incubator sync 2015-03-27 11:04:24 +05:30
fileutils.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
loopingcall.py Sync oslo-incubator and remove log module 2015-02-17 09:23:34 +00:00
policy.py Use six.iterkeys(x) instead of x.keys() 2015-04-23 17:18:40 +03:00
service.py Sync oslo incubator 2015-05-12 16:42:08 +02:00
systemd.py Sync oslo-incubator and remove log module 2015-02-17 09:23:34 +00:00
threadgroup.py Sync oslo-incubator and remove log module 2015-02-17 09:23:34 +00:00
versionutils.py oslo-incubator sync 2015-03-27 11:04:24 +05:30

README

oslo-incubator
--------------

A number of modules from oslo-incubator are imported into this project.
You can clone the oslo-incubator repository using the following url:

  git://git.openstack.org/openstack/oslo-incubator

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

  https://wiki.openstack.org/wiki/Oslo#Syncing_Code_from_Incubator

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