Use actual rootwrap option in manila.conf instead deprecated one

Change-Id: I0096e751cbf1b31944e8a7b15b46914dd79c340b
Closes-Bug: #1267547
This commit is contained in:
vponomaryov
2014-01-23 09:23:01 -05:00
parent 0b5a4fc6e7
commit 37c63d60b4

View File

@@ -182,7 +182,7 @@ function configure_manila() {
iniset $MANILA_CONF DEFAULT iscsi_helper tgtadm
iniset $MANILA_CONF DEFAULT sql_connection `database_connection_url manila`
iniset $MANILA_CONF DEFAULT api_paste_config $MANILA_API_PASTE_INI
iniset $MANILA_CONF DEFAULT root_helper "sudo ${MANILA_ROOTWRAP}"
iniset $MANILA_CONF DEFAULT rootwrap_config $MANILA_CONF_DIR/rootwrap.conf
iniset $MANILA_CONF DEFAULT osapi_share_extension manila.api.openstack.share.contrib.standard_extensions
iniset $MANILA_CONF DEFAULT state_path $MANILA_STATE_PATH
iniset $MANILA_CONF DEFAULT share_driver $SHARE_DRIVER