You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
heat/heat/openstack/common
yuntongjin 4154ce7578 Switch to oslo.policy
Switch to the first official release of oslo.policy.

Change-Id: Ibf3bf061d41a6c3d050d4a5d562039bff734bda9
Closes-Bug: #1421863
8 years ago
..
crypto Make import of oslo libraries namespaceless 8 years ago
middleware oslo-incubator sync 8 years ago
README Update openstack-common reference in openstack/common/README 8 years ago
__init__.py sync oslo-incubator for request_id shim 9 years ago
_i18n.py Make import of oslo libraries namespaceless 8 years ago
eventlet_backdoor.py oslo-incubator sync 8 years ago
fileutils.py Make import of oslo libraries namespaceless 8 years ago
loopingcall.py Sync oslo-incubator and remove log module 8 years ago
service.py Sync oslo incubator 8 years ago
systemd.py Sync oslo-incubator and remove log module 8 years ago
threadgroup.py Sync oslo-incubator and remove log module 8 years ago
versionutils.py oslo-incubator sync 8 years ago

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.