heat/heat/openstack/common
Julien Danjou f2ef092d8c Update oslo.notifier and always register options
This avoids registering multiple times the option if the registering
functions are called multiple path by different code paths. It's
necessary for the default configuration sample generator to have options
only registered once.

The update of oslo.notifier is needed to avoid it using the inexistant
$host option.

Change-Id: If31974d7ef7fdbf85a88e950ff06c60ccbd6c31d
Signed-off-by: Julien Danjou <julien@danjou.info>
2013-07-11 15:45:52 +02:00
..
notifier Update oslo.notifier and always register options 2013-07-11 15:45:52 +02:00
rpc Updated common module from oslo 2013-06-19 20:18:39 +08:00
README Sync cfg from openstack-common 2012-03-16 11:49:46 -04:00
__init__.py Update openstack-common in prep for pulling in common.rpc 2012-07-13 16:17:36 -07:00
context.py Updated common module from oslo 2013-06-19 20:18:39 +08:00
eventlet_backdoor.py Update the oslo code before importing a new module 2013-05-27 16:05:13 +10:00
exception.py Updated common module from oslo 2013-06-19 20:18:39 +08:00
excutils.py Update the oslo code before importing a new module 2013-05-27 16:05:13 +10:00
gettextutils.py Updated common module from oslo 2013-06-19 20:18:39 +08:00
importutils.py Updated common module from oslo 2013-06-19 20:18:39 +08:00
jsonutils.py Update the oslo code before importing a new module 2013-05-27 16:05:13 +10:00
local.py Update the oslo code before importing a new module 2013-05-27 16:05:13 +10:00
log.py Updated common module from oslo 2013-06-19 20:18:39 +08:00
loopingcall.py Update the oslo code before importing a new module 2013-05-27 16:05:13 +10:00
network_utils.py Updated common module from oslo 2013-06-19 20:18:39 +08:00
policy.py Update the oslo code before importing a new module 2013-05-27 16:05:13 +10:00
processutils.py Update the oslo code before importing a new module 2013-05-27 16:05:13 +10:00
service.py Updated common module from oslo 2013-06-19 20:18:39 +08:00
threadgroup.py Updated common module from oslo 2013-06-19 20:18:39 +08:00
timeutils.py Updated common module from oslo 2013-06-19 20:18:39 +08:00
uuidutils.py Add uuidutils from openstack-common 2012-11-30 17:05:13 +01: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:

  http://wiki.openstack.org/CommonLibrary#Incubation

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.