keystone/keystone/openstack/common
Steve Martinelli 00cdbec405 Sync with oslo-incubator
This sync is crucial to adopting oslo.log, the bulk of the changes
are for the oslo modules to use python standard logging instead of
relying on oslo.log.

from keystone:
  rm -rf keystone/openstack/common

from oslo-incubator:
  python update.py ../keystone

Had to undo the changes to local.py and log.py since they are still
being used throughout keystone.

Also, with the sync came a change to versionutils, which now
emits a deprecation exception from versionutils instead of
the incubator's log.py. This meant that a test had to be updated
to catch the appropriate exception.

Sync'ed to level 03143669d2c996f7c20d2d75f6c67827d2db216a

Change-Id: If10eb5e2ea9c93dd22763f37faf465e103d9815d
2015-02-11 15:05:09 -05:00
..
README Update Oslo wiki link in README 2014-02-28 20:23:40 +08:00
__init__.py Sync modules from oslo-incubator 2014-10-23 21:37:25 -05:00
_i18n.py Sync with oslo-incubator 2015-02-11 15:05:09 -05:00
eventlet_backdoor.py Sync with oslo-incubator 2015-02-11 15:05:09 -05:00
fileutils.py Sync with oslo-incubator 2015-02-11 15:05:09 -05:00
local.py Sync From OSLO 2013-12-04 04:41:17 +10:00
log.py sync to oslo commit 1cf2c6 2014-12-18 20:22:50 +00:00
loopingcall.py Sync with oslo-incubator 2015-02-11 15:05:09 -05:00
policy.py Sync with oslo-incubator 2015-02-11 15:05:09 -05:00
service.py Sync with oslo-incubator 2015-02-11 15:05:09 -05:00
systemd.py Sync with oslo-incubator 2015-02-11 15:05:09 -05:00
threadgroup.py Sync with oslo-incubator 2015-02-11 15:05:09 -05:00
versionutils.py Sync with oslo-incubator 2015-02-11 15:05:09 -05: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.