Merge "Cinder: Set os_privileged_user credentials (for os-assisted-snapshots)"
diff --git a/lib/cinder b/lib/cinder
index eb0e1d7..7ad7ef9 100644
--- a/lib/cinder
+++ b/lib/cinder
@@ -299,6 +299,11 @@
iniset $CINDER_CONF DEFAULT ssl_key_file "$CINDER_SSL_KEY"
fi
+ # Set os_privileged_user credentials (used for os-assisted-snapshots)
+ iniset $CINDER_CONF DEFAULT os_privileged_user_name nova
+ iniset $CINDER_CONF DEFAULT os_privileged_user_password "$SERVICE_PASSWORD"
+ iniset $CINDER_CONF DEFAULT os_privileged_user_tenant "$SERVICE_TENANT_NAME"
+
}
# create_cinder_accounts() - Set up common required cinder accounts