Merge "Update "auth_url""

This commit is contained in:
Zuul 2018-05-24 05:59:08 +00:00 committed by Gerrit Code Review
commit 24e500cb77
2 changed files with 3 additions and 3 deletions

View File

@ -838,7 +838,7 @@
# you're using a versioned v2 endpoint here, then this should *not* be the same
# endpoint the service user utilizes for validating tokens, because normal end
# users may not be able to reach that endpoint. (string value)
#auth_uri = <None>
#www_authenticate_uri = <None>
# API version of the admin Identity API endpoint. (string value)
#auth_version = <None>

View File

@ -13,8 +13,8 @@ auth_strategy=keystone
api_paste_config = /etc/masakari/api-paste.ini
[keystone_authtoken]
auth_uri = http://127.0.0.1:5000
auth_url = http://127.0.0.1:35357
www_authenticate_uri = http://127.0.0.1:5000
auth_url = http://127.0.0.1:5000
auth_type = password
project_domain_id = default
user_domain_id = default