Merge "cinder.conf: Set privsep_osbrick.helper_command"

This commit is contained in:
Jenkins 2016-04-01 01:37:30 +00:00 committed by Gerrit Code Review
commit daa2d34e14

View File

@ -272,6 +272,8 @@ function configure_cinder {
iniset $CINDER_CONF DEFAULT os_region_name "$REGION_NAME"
iniset $CINDER_CONF privsep_osbrick helper_command "sudo cinder-rootwrap \$rootwrap_config privsep-helper --config-file $CINDER_CONF"
if is_service_enabled c-vol && [[ -n "$CINDER_ENABLED_BACKENDS" ]]; then
local enabled_backends=""
local default_name=""