]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Use oslo-config-2013.1b3
authorMark McLoughlin <markmc@redhat.com>
Mon, 18 Feb 2013 17:13:52 +0000 (17:13 +0000)
committerMark McLoughlin <markmc@redhat.com>
Mon, 18 Feb 2013 17:27:14 +0000 (17:27 +0000)
commit150d2ca694af16542a0a7c13cb857cbdae98243c
tree7a6adbe8833bbab3804596fe4acc190616bc63e5
parentd22734c32600fbe121a50734e2ee30bf7bdf15ad
Use oslo-config-2013.1b3

The cfg API is now available via the oslo-config library, so switch to
it and remove the copied-and-pasted version.

Add the 2013.1b3 tarball to tools/pip-requires - this will be changed
to 'oslo-config>=2013.1' when oslo-config is published to pypi. This
will happen in time for grizzly final.

Add dependency_links to setup.py so that oslo-config can be installed
from the tarball URL specified in pip-requires.

Remove the 'deps = pep8==1.3.4' from tox.ini as it means all the other
deps get installed with easy_install which can't install oslo-config
from the URL.

Excluded code from oslo-incubator in the pep8 check.

Retain dummy cfg.py file until keystoneclient middleware has been
updated (I18c450174277c8e2d15ed93879da6cd92074c27a).

Change-Id: I4815aeb8a9341a31a250e920157f15ee15cfc5bc
45 files changed:
bin/heat-api
bin/heat-api-cfn
bin/heat-api-cloudwatch
bin/heat-engine
heat/common/config.py
heat/common/context.py
heat/common/crypt.py
heat/common/heat_keystoneclient.py
heat/common/policy.py
heat/common/wsgi.py
heat/db/api.py
heat/engine/clients.py
heat/engine/resources/__init__.py
heat/engine/resources/instance.py
heat/engine/resources/wait_condition.py
heat/engine/service.py
heat/openstack/common/cfg.py
heat/openstack/common/eventlet_backdoor.py
heat/openstack/common/iniparser.py [deleted file]
heat/openstack/common/log.py
heat/openstack/common/notifier/api.py
heat/openstack/common/notifier/list_notifier.py
heat/openstack/common/notifier/log_notifier.py
heat/openstack/common/notifier/rpc_notifier.py
heat/openstack/common/notifier/rpc_notifier2.py
heat/openstack/common/rpc/__init__.py
heat/openstack/common/rpc/common.py
heat/openstack/common/rpc/impl_kombu.py
heat/openstack/common/rpc/impl_qpid.py
heat/openstack/common/rpc/impl_zmq.py
heat/openstack/common/rpc/matchmaker.py
heat/openstack/common/service.py
heat/rpc/client.py
heat/tests/test_api_cfn_v1.py
heat/tests/test_api_cloudwatch.py
heat/tests/test_api_openstack_v1.py
heat/tests/test_common_policy.py
heat/tests/test_engine_service.py
heat/tests/test_rpc_client.py
heat/tests/test_user.py
heat/tests/test_waitcondition.py
openstack-common.conf
setup.py
tools/pip-requires
tox.ini