]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Rename cinder.flags to cinder.common.config
authorSergey Vilgelm <svilgelm@mirantis.com>
Wed, 3 Jul 2013 07:28:05 +0000 (11:28 +0400)
committerSergey Vilgelm <svilgelm@mirantis.com>
Wed, 3 Jul 2013 07:28:57 +0000 (11:28 +0400)
commit45a1a564c05b04330a7a58110508bc824bebd50d
tree413aa6ef114ea0ab3543c6f71829c829bdf4df12
parent3b0921fbdc9e2fdf2b35801143fddbf09a9b84e2
Rename cinder.flags to cinder.common.config

Replace FLAGS with cfg.CONF
Rename modules fake_flags to conf_fixture, test_flags to test_conf, declare_flags to declare_conf, runtime_flags to runtime_conf
Renamed cinder.flags, because exactly the same was done in the glance and nova

Fixes: bug #1182037
Change-Id: I3424d0a401b3ef7a3254d3e913263554361a52ff
21 files changed:
bin/cinder-all
bin/cinder-api
bin/cinder-backup
bin/cinder-clear-rabbit-queues
bin/cinder-manage
bin/cinder-scheduler
bin/cinder-volume
bin/cinder-volume-usage-audit
cinder/common/config.py [moved from cinder/flags.py with 92% similarity]
cinder/test.py
cinder/tests/conf_fixture.py [new file with mode: 0644]
cinder/tests/declare_conf.py [moved from cinder/tests/declare_flags.py with 92% similarity]
cinder/tests/runtime_conf.py [moved from cinder/tests/runtime_flags.py with 98% similarity]
cinder/tests/test_conf.py [new file with mode: 0644]
cinder/tests/test_flags.py [deleted file]
cinder/tests/test_volume.py
cinder/tests/test_volume_types.py
cinder/transfer/__init__.py
cinder/volume/__init__.py
doc/source/devref/cinder.rst
doc/source/devref/unit_tests.rst