Browse code

Merge "Cinder: Set os_privileged_user credentials (for os-assisted-snapshots)"

Jenkins authored on 2015/05/14 11:24:49
Showing 1 changed files
... ...
@@ -299,6 +299,11 @@ function configure_cinder {
299 299
         iniset $CINDER_CONF DEFAULT ssl_key_file "$CINDER_SSL_KEY"
300 300
     fi
301 301
 
302
+    # Set os_privileged_user credentials (used for os-assisted-snapshots)
303
+    iniset $CINDER_CONF DEFAULT os_privileged_user_name nova
304
+    iniset $CINDER_CONF DEFAULT os_privileged_user_password "$SERVICE_PASSWORD"
305
+    iniset $CINDER_CONF DEFAULT os_privileged_user_tenant "$SERVICE_TENANT_NAME"
306
+
302 307
 }
303 308
 
304 309
 # create_cinder_accounts() - Set up common required cinder accounts