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
Thomas Herve 7219244b14 Clean openstack common modules
Remove unused fileutils and versionutils modules from
heat.openstack.common.

Change-Id: I59f50957f8a3f4fbbd001ebc0a8b68471d921337
8 years ago
..
crypto Make import of oslo libraries namespaceless 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 Sync with latest oslo-incubator 8 years ago
loopingcall.py Sync with latest oslo-incubator 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 with latest oslo-incubator 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.