]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use oslo-config-2013.1b3
authorMark McLoughlin <markmc@redhat.com>
Sun, 10 Feb 2013 23:55:24 +0000 (18:55 -0500)
committerJames E. Blair <jeblair@openstack.org>
Wed, 20 Feb 2013 00:48:02 +0000 (16:48 -0800)
commitd5a17b457059424aba0ad78f21061dd8d8948cb1
tree43171ee25f62ad190fbc644eb25435a961f27807
parent31f34cad309b09d983f753d24715f1bcb9ebfc2c
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.3' from tox.ini as it means all the other
deps get installed with easy_install which can't install oslo-config
from the URL.

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

Change-Id: I4815aeb8a9341a31a250e920157f15ee15cfc5bc
66 files changed:
bin/cinder-clear-rabbit-queues
bin/cinder-manage
cinder/api/middleware/auth.py
cinder/api/middleware/sizelimit.py
cinder/db/api.py
cinder/db/base.py
cinder/exception.py
cinder/flags.py
cinder/image/image_utils.py
cinder/openstack/common/cfg.py
cinder/openstack/common/iniparser.py [deleted file]
cinder/openstack/common/lockutils.py
cinder/openstack/common/log.py
cinder/openstack/common/notifier/api.py
cinder/openstack/common/notifier/log_notifier.py
cinder/openstack/common/rpc/__init__.py
cinder/openstack/common/rpc/amqp.py
cinder/openstack/common/rpc/impl_kombu.py
cinder/openstack/common/rpc/impl_qpid.py
cinder/openstack/common/rpc/impl_zmq.py
cinder/openstack/common/rpc/matchmaker.py
cinder/policy.py
cinder/quota.py
cinder/scheduler/driver.py
cinder/scheduler/host_manager.py
cinder/scheduler/manager.py
cinder/scheduler/scheduler_options.py
cinder/scheduler/simple.py
cinder/scheduler/weights/capacity.py
cinder/service.py
cinder/test.py
cinder/tests/api/v1/test_volume_metadata.py
cinder/tests/declare_flags.py
cinder/tests/runtime_flags.py
cinder/tests/test_flags.py
cinder/tests/test_service.py
cinder/tests/test_wsgi.py
cinder/volume/api.py
cinder/volume/driver.py
cinder/volume/drivers/coraid.py
cinder/volume/drivers/emc/emc_smis_common.py
cinder/volume/drivers/glusterfs.py
cinder/volume/drivers/lvm.py
cinder/volume/drivers/netapp/iscsi.py
cinder/volume/drivers/netapp/nfs.py
cinder/volume/drivers/nexenta/volume.py
cinder/volume/drivers/nfs.py
cinder/volume/drivers/rbd.py
cinder/volume/drivers/san/hp/hp_3par_common.py
cinder/volume/drivers/san/san.py
cinder/volume/drivers/san/solaris.py
cinder/volume/drivers/solidfire.py
cinder/volume/drivers/storwize_svc.py
cinder/volume/drivers/windows.py
cinder/volume/drivers/xenapi/sm.py
cinder/volume/drivers/xiv.py
cinder/volume/drivers/zadara.py
cinder/volume/iscsi.py
cinder/volume/manager.py
cinder/wsgi.py
openstack-common.conf
setup.py
tools/conf/extract_opts.py
tools/install_venv_common.py
tools/pip-requires
tox.ini