Files
keystone/keystone/openstack/common
Brant Knudson ea7018fe5f Sync with oslo-incubator 2fd457b
This syncs Keystone with oslo-incubator commit hash
2fd457bf2ccbeb2b84ffb204778b6417cd5405ba .

In keystone:

 $ rm -r keystone/openstack/common

In oslo-incubator:

 $ python update.py ../keystone

The newer lockutils requires posix_ipc. It's already in
global-requirements.

Keystone uses gettextutils and versionutils from oslo-incubator
so those should be in openstack-common.conf. They were pulled in
as dependencies of other oslo-incubator modules but Keystone
shouldn't rely on that.

Keystone doesn't use log_handler directly so that module was
removed from openstack-common.conf. log_handler is available in
the oslo.messaging library.

Change-Id: I6082f4e0995ca35372f9b061d8f76890aa93250c
2014-04-15 15:14:25 -05:00
..
2014-04-15 15:14:25 -05:00
2014-04-02 14:10:12 -07:00
2014-04-15 15:14:25 -05:00
2014-04-15 15:14:25 -05:00
2014-04-15 15:14:25 -05:00
2014-04-15 15:14:25 -05:00
2014-04-15 15:14:25 -05:00
2013-12-04 04:41:17 +10:00
2014-04-15 15:14:25 -05:00
2014-04-15 15:14:25 -05:00
2014-04-15 15:14:25 -05:00
2014-02-28 20:23:40 +08:00
2014-04-15 15:14:25 -05:00
2014-04-15 15:14:25 -05:00
2014-04-15 15:14:25 -05:00

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.