heat/heat/openstack/common
Thomas Herve 7219244b14 Clean openstack common modules
Remove unused fileutils and versionutils modules from
heat.openstack.common.

Change-Id: I59f50957f8a3f4fbbd001ebc0a8b68471d921337
2015-06-10 14:00:22 +02:00
..
crypto Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
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 Sync with latest oslo-incubator 2015-06-10 11:11:04 +00:00
loopingcall.py Sync with latest oslo-incubator 2015-06-10 11:11:04 +00: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 with latest oslo-incubator 2015-06-10 11:11:04 +00:00

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.