nova/nova/openstack/common
Davanum Srinivas 42ad8b0356 Print choices in the config generator
One more stop-gap till we move Nova to oslo-config-generator. Copy
a bit of code to print the Allowed values in a StrOpt's choices
field.

Change-Id: I1ba69084e385fccbb54321a50500604393f886be
2015-04-08 13:41:40 +00:00
..
config Print choices in the config generator 2015-04-08 13:41:40 +00:00
middleware Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
report Sync with latest oslo-incubator 2015-03-10 13:39:09 -04:00
__init__.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
_i18n.py Sync with latest oslo-incubator 2015-03-10 13:39:09 -04:00
cliutils.py Use oslo.log 2015-02-22 07:56:40 -05:00
eventlet_backdoor.py Sync with latest oslo-incubator 2015-03-10 13:39:09 -04:00
fileutils.py Merge "Sync with oslo-incubator" 2015-02-13 15:23:02 +00:00
imageutils.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
local.py Sync oslo lockutils for "fix lockutils.lock() to make it thread-safe" 2013-12-10 13:22:03 -03:00
loopingcall.py Sync with oslo-incubator 2015-02-05 18:13:10 -05:00
memorycache.py Sync with latest oslo-incubator 2015-03-10 13:39:09 -04:00
periodic_task.py Sync with latest oslo-incubator 2015-03-10 13:39:09 -04:00
policy.py Sync oslo policy change 2015-03-03 11:07:15 -05:00
README Update README for openstack/common 2014-10-10 08:16:23 -04:00
service.py Sync from Oslo-Incubator - reload config files 2015-03-25 11:19:45 +00:00
sslutils.py Sync from oslo-incubator 2015-03-19 14:28:00 -04:00
systemd.py Sync with oslo-incubator 2015-02-05 18:13:10 -05:00
threadgroup.py Sync with oslo-incubator 2015-02-05 18:13:10 -05:00
versionutils.py Sync with latest oslo-incubator 2015-03-10 13:39:09 -04:00

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.