]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Set rootwrap_config path to rootwrap.conf
authorJay S. Bryant <jsbryant@us.ibm.com>
Mon, 16 Sep 2013 18:21:34 +0000 (13:21 -0500)
committerJay S. Bryant <jsbryant@us.ibm.com>
Mon, 16 Sep 2013 18:31:56 +0000 (13:31 -0500)
commit3394045316a113904fef510f2aff7305d2eb0826
tree47041a68ddff7b43c4e70e8724bb03352bc05ef1
parente34ab12fbf3c06036e8d07dbf702f5c24b5b275c
Set rootwrap_config path to rootwrap.conf

Other components set
rootwrap_config = /etc/<component>/rootwrap.conf by default.
This commit brings cinder up-to-date with what other
components are doing by setting
rootwrap_config = /etc/cinder/rootwrap.conf by default.

A couple of test cases needed to be updated to handle the change
from 'None'.

Not counting this as a documentation impact as the documentation I
can find already lists /etc/cinder/rootwrap.conf as the default.

Closes-Bug 1226074

Change-Id: I68dd5fea1895a6365d6c69db0535d081c4a3460e
cinder/common/config.py
cinder/tests/test_coraid.py
cinder/tests/test_volume.py
etc/cinder/cinder.conf.sample