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: Lars Stedman (larsks@redhat.com)

Change-Id: I54273115242ee169201643fe0ad559392650c883
This commit is contained in:
Steven Dake 2015-03-19 09:20:40 -07:00
parent b3759b480f
commit 858cdda3ec

View File

@ -50,6 +50,11 @@ for cfg in /etc/glance/glance-api.conf /etc/glance/glance-registry.conf; do
admin_password \
"${GLANCE_KEYSTONE_PASSWORD}"
crudini --set $cfg \
paste_deploy \
flavor \
keystone
crudini --set $cfg \
database \
connection \