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