| ... | ... |
@@ -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 |