Mailing List Archive

Install Glance on Queens
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
Re: Install Glance on Queens [ In reply to ]
Kevin,

Those are 2 separate entries. The first is the auth_uri and the second is
the auth_url. The lower case I and the lower case L look almost identical
in some fonts. The auth_uri is what you'll see in the WWW-Authenticate:
keystone-uri header so should be an unversioned public endpoint while the
auth_url is what the auth plugin is using.

Amy (spotz)

On Sat, Jun 16, 2018 at 6:40 PM, Kevin Kwon <poby1972@gmail.com> wrote:

>
> 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
>
>