Merge "nova.conf: Set privsep_osbrick.helper_command"

This commit is contained in:
Jenkins 2016-04-01 01:37:23 +00:00 committed by Gerrit Code Review
commit 3b9e843f71

View File

@ -493,6 +493,8 @@ function create_nova_conf {
iniset $NOVA_CONF DEFAULT bindir "/usr/bin"
fi
iniset $NOVA_CONF privsep_osbrick helper_command "sudo nova-rootwrap \$rootwrap_config privsep-helper --config-file $NOVA_CONF"
if is_service_enabled n-api; then
if is_service_enabled n-api-meta; then
# If running n-api-meta as a separate service