]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat api : add register_api_opts to init.py
authorSteven Hardy <shardy@redhat.com>
Thu, 31 Jan 2013 15:41:16 +0000 (15:41 +0000)
committerSteven Hardy <shardy@redhat.com>
Thu, 31 Jan 2013 15:41:16 +0000 (15:41 +0000)
commit2979270a41ae2a3fb28e37900e93dd174a16f6e6
tree93899680a482a2f0164b7f67cea1adacc921dea6
parent01a0fa8991d35ead1dc59580e07c0059cb07fd66
heat api : add register_api_opts to init.py

Add register_api_opts to api/__init__.py, slightly simplifying
the api executables, and also solving an issue with some tests
which were not working via nosetests -s due to the required
options not being registered in cfg.CONF

Change-Id: I70b16aae1f73f72518013dbcda37defa79fc5649
Signed-off-by: Steven Hardy <shardy@redhat.com>
bin/heat-api
bin/heat-api-cfn
bin/heat-api-cloudwatch
heat/api/__init__.py