heat/heat/openstack/common
Sergey Vilgelm 432430d2c6 Switch to oslo.service
oslo.service has graduated, so heat should consume it.

Change-Id: I9c1899eb37505e64967e9cb77da23bb169498aba
Closes-Bug: #1466851
2015-06-23 08:30:39 +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

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.