Comment 14 for bug 1042823

Revision history for this message
Jiangping He (jiangping-he) wrote :

I have exactly same problem as Crue Jones. I did following extra steps according to the user guide and it seems fine. I think It still needs a confirm from an expert.

1) Update /etc/glance/glance-registry-paste.ini and configure the admin_* values under [filter:authtoken]
[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
admin_tenant_name = service
admin_user = glance
admin_password = glance

2) Update /etc/glance/glance-registry.conf under [paste_deploy]
[paste_deploy]
# Name of the paste configuration file that defines the available pipelines
config_file = /etc/glance/glance-registry-paste.ini
# ______ instead of
# config_file = /etc/glance/glance-api-paste.ini
# in the user guide