]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove 'cinder-manage config convert'
authorMark McLoughlin <markmc@redhat.com>
Mon, 16 Jul 2012 20:30:15 +0000 (21:30 +0100)
committerJenkins <jenkins@review.openstack.org>
Wed, 18 Jul 2012 16:53:17 +0000 (16:53 +0000)
commit362576f268e87cb53eb5c5f3dbb46b1768d73dae
tree8b3c4b4892bf8a8cdcc1d2ecc4421bc8b87fd83e
parentf07d38bca4ca26edb6f68d4183656b2e87a6c7fc
Remove 'cinder-manage config convert'

This convers the old flagfile style config files into the the
new .ini style config files. Since Cinder is new and it's first
release will only support .ini style files there's no need for
such a command.

Change-Id: Ie2f4cd8b6f5fc66547a59d39aa3d5eb896b1ddf4
Reviewed-on: https://review.openstack.org/9871
Reviewed-by: Huang Zhiteng <zhiteng.huang@intel.com>
Reviewed-by: Vish Ishaya <vishvananda@gmail.com>
Approved: John Griffith <john.griffith@solidfire.com>
Tested-by: Jenkins
bin/cinder-manage
cinder/compat/__init__.py [deleted file]
cinder/compat/flagfile.py [deleted file]
cinder/tests/test_compat_flagfile.py [deleted file]