Use identity_uri instead of older fragments

This has been the default option in middleware for a while now and we
should recommend the default options.

Change-Id: Ief347c897cf15ab4101936a56404e3a378021b15
(cherry picked from commit e7110a9c6e)
This commit is contained in:
Jamie Lennox 2014-08-06 18:24:05 +10:00 committed by Dirk Mueller
parent c0d90a580f
commit 08f83f543b
2 changed files with 2 additions and 6 deletions

View File

@ -665,9 +665,7 @@ image_cache_dir = /var/lib/glance/image-cache/
#db_max_retries = 20
[keystone_authtoken]
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
identity_uri = http://127.0.0.1:35357
admin_tenant_name = %SERVICE_TENANT_NAME%
admin_user = %SERVICE_USER%
admin_password = %SERVICE_PASSWORD%

View File

@ -221,9 +221,7 @@ qpid_tcp_nodelay = True
#db_max_retries = 20
[keystone_authtoken]
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
identity_uri = http://127.0.0.1:35357
admin_tenant_name = %SERVICE_TENANT_NAME%
admin_user = %SERVICE_USER%
admin_password = %SERVICE_PASSWORD%