Skip to content
Snippets Groups Projects
Commit 858cdda3 authored by Steven Dake's avatar Steven Dake
Browse files

Use keystone authentication with Glance


Previously glance was not using keystone for authentication.  This resulted
in --is-public true failing when doing image-create.

Co-Authored-By: default avatarLars Stedman <(larsks@redhat.com)>

Change-Id: I54273115242ee169201643fe0ad559392650c883
parent b3759b48
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