Merge "nova.conf: set privsep helper command for os-vif plugins"

This commit is contained in:
Jenkins 2016-06-10 13:22:39 +00:00 committed by Gerrit Code Review
commit 5248283e0d

View File

@ -483,6 +483,9 @@ function create_nova_conf {
iniset $NOVA_CONF privsep_osbrick helper_command "sudo nova-rootwrap \$rootwrap_config privsep-helper --config-file $NOVA_CONF"
iniset $NOVA_CONF vif_plug_ovs_privileged helper_command "sudo nova-rootwrap \$rootwrap_config privsep-helper --config-file $NOVA_CONF"
iniset $NOVA_CONF vif_plug_linux_bridge_privileged 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