Dear All.

In below link which is OpenStack Website.
https://docs.openstack.org/glance/queens/install/install-ubuntu.html#install-and-configure-components

It is showing like below.

In the [keystone_authtoken] and [paste_deploy] sections, configure Identity
service access:

[keystone_authtoken]
# ...
auth_uri = http://controller:5000
auth_url = http://controller:5000
memcached_servers = controller:11211
auth_type = password
project_domain_name = Default
user_domain_name = Default
project_name = service
username = glance
password = GLANCE_PASS

[paste_deploy]
# ...
flavor = keystone

Why i have to add same two blow lines in the " /etc/glance/glance-api.conf"
file?
auth_uri = http://controller:5000
auth_url = http://controller:5000

Kevin
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to