[Openstack] Install Glance on Queens

Amy Marrich amy at demarco.com
Sun Jun 17 00:00:48 UTC 2018


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 at 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 at lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/
> openstack
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20180616/ccd1f15f/attachment.html>


More information about the Openstack mailing list