Comment 3 for bug 1715770

Revision history for this message
Madhu (mssunkara) wrote :

glance-api.conf

[keystone_authtoken]
auth_uri = http://controller1:5000
auth_url = http://controller1:35357
memcached_servers = controller1:11211
auth_type = password
project_domain_name = default
user_domain_name = default
projecct_name = service
username = glance
password = <_password_>

from glance-registry.conf

[keystone_authtoken]

auth_uri = http://controller1:5000
auth_url = http://controller1:35357
memcached_servers = controller1:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = glance
password = <_password_>