glance/glance/openstack/common
Louis Taylor d759a6fd1a Move from oslo.config to oslo_config
oslo_config was moved out of the oslo namespace in oslo.config>=1.6.0.

Related-to: blueprint drop-namespace-packages

Change-Id: I30ecbf8f9de77496fcb643c7ad9738d79ad359f0
2015-01-12 14:34:22 +00:00
..
README Update README to the valid Oslo-incubator doc 2014-01-10 16:14:45 -08:00
__init__.py Update glance.openstack.common 2014-10-16 11:12:18 +08:00
_i18n.py Update glance.openstack.common 2014-10-16 11:12:18 +08:00
fileutils.py Move from oslo.utils to oslo_utils 2015-01-09 20:01:42 +00:00
importutils.py Synced jsonutils and its dependencies from oslo-incubator 2014-06-24 15:07:09 +02:00
local.py Sync with oslo-incubator (git 6827012) 2014-01-02 15:19:29 +01:00
log.py Move from oslo.config to oslo_config 2015-01-12 14:34:22 +00:00
policy.py Move from oslo.config to oslo_config 2015-01-12 14:34:22 +00:00
timeutils.py Synced jsonutils and its dependencies from oslo-incubator 2014-06-24 15:07:09 +02:00

README

openstack-common
----------------

A number of modules from openstack-common are imported into this project.

These modules are "incubating" in openstack-common and are kept in sync
with the help of openstack-common'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 openstack-common first and then run the script to copy
the changes across.