We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda2ae0 commit e7114caCopy full SHA for e7114ca
stack.sh
@@ -998,6 +998,9 @@ if is_service_enabled g-reg; then
998
iniset $GLANCE_API_PASTE_INI filter:authtoken admin_tenant_name $SERVICE_TENANT_NAME
999
iniset $GLANCE_API_PASTE_INI filter:authtoken admin_user glance
1000
iniset $GLANCE_API_PASTE_INI filter:authtoken admin_password $SERVICE_PASSWORD
1001
+
1002
+ GLANCE_POLICY_JSON=$GLANCE_CONF_DIR/policy.json
1003
+ cp $GLANCE_DIR/etc/policy.json $GLANCE_POLICY_JSON
1004
fi
1005
1006
# Quantum
0 commit comments