]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Update oslo.notifier and always register options
authorJulien Danjou <julien@danjou.info>
Wed, 10 Jul 2013 15:27:52 +0000 (17:27 +0200)
committerJulien Danjou <julien@danjou.info>
Thu, 11 Jul 2013 13:45:52 +0000 (15:45 +0200)
commitf2ef092d8ca73ee4cae8745f5985d5c0f108dac8
treed932a83644f2b1c686b935084c1996d109b224dd
parent535c44108ba78592982fd2dec3334a97fbf0da9b
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>
15 files changed:
bin/heat-engine
heat/api/__init__.py
heat/common/config.py
heat/common/wsgi.py
heat/db/api.py
heat/engine/resources/__init__.py
heat/openstack/common/notifier/api.py
heat/openstack/common/notifier/rpc_notifier.py
heat/openstack/common/notifier/rpc_notifier2.py
heat/tests/test_engine_service.py
heat/tests/test_heatclient.py
heat/tests/test_loadbalancer.py
heat/tests/test_rpc_client.py
heat/tests/test_user.py
heat/tests/test_waitcondition.py