]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Deprecate root_helper in favor of rootwrap_config
authorThierry Carrez <thierry@openstack.org>
Fri, 3 Aug 2012 13:35:03 +0000 (15:35 +0200)
committerThierry Carrez <thierry@openstack.org>
Fri, 3 Aug 2012 13:35:03 +0000 (15:35 +0200)
commit2b2c97eb5ca332ce7d1f83e4fd2e81fabe0acb66
tree7a5d143dd01a9a1c7f10b79aad1529e96c95f239
parent0be1725cdcc6d0706475aca3444f108ba76db246
Deprecate root_helper in favor of rootwrap_config

Align with recent changes in nova-rootwrap by marking the
root_helper option deprecated and introduce usage of the
rootwrap_config option instead. The root_helper option will still
fully be supported in Folsom, but will be removed in Grizzly.

Transition notes: you should replace:
root_helper=sudo cinder-rootwrap /etc/cinder/rootwrap.conf

by:
rootwrap_config=/etc/cinder/rootwrap.conf

Change-Id: I22a6d2bdee6ad2c5ad587ceec574cec4b2887f22
bin/cinder-rootwrap
cinder/flags.py
cinder/utils.py