Browse code

Merge "nova.conf: Set privsep_osbrick.helper_command"

Jenkins authored on 2016/04/01 10:37:23
Showing 1 changed files
... ...
@@ -493,6 +493,8 @@ function create_nova_conf {
493 493
         iniset $NOVA_CONF DEFAULT bindir "/usr/bin"
494 494
     fi
495 495
 
496
+    iniset $NOVA_CONF privsep_osbrick helper_command "sudo nova-rootwrap \$rootwrap_config privsep-helper --config-file $NOVA_CONF"
497
+
496 498
     if is_service_enabled n-api; then
497 499
         if is_service_enabled n-api-meta; then
498 500
             # If running n-api-meta as a separate service