ea7018fe5f
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
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.