Skip to content
Snippets Groups Projects
Commit 415c5e47 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Use keystone authentication with Glance"

parents f91293cd 858cdda3
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,11 @@ for cfg in /etc/glance/glance-api.conf /etc/glance/glance-registry.conf; do ...@@ -50,6 +50,11 @@ for cfg in /etc/glance/glance-api.conf /etc/glance/glance-registry.conf; do
admin_password \ admin_password \
"${GLANCE_KEYSTONE_PASSWORD}" "${GLANCE_KEYSTONE_PASSWORD}"
crudini --set $cfg \
paste_deploy \
flavor \
keystone
crudini --set $cfg \ crudini --set $cfg \
database \ database \
connection \ connection \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment