Merge "Update auth_url in install docs"

This commit is contained in:
Zuul
2018-05-08 05:57:39 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 4 deletions

View File

@@ -264,7 +264,7 @@ so that the watcher service is configured for your needs.
# Authentication URL (unknown value) # Authentication URL (unknown value)
#auth_url = <None> #auth_url = <None>
auth_url = http://IDENTITY_IP:35357 auth_url = http://IDENTITY_IP:5000
# Username (unknown value) # Username (unknown value)
# Deprecated group/name - [DEFAULT]/username # Deprecated group/name - [DEFAULT]/username
@@ -310,7 +310,7 @@ so that the watcher service is configured for your needs.
# Authentication URL (unknown value) # Authentication URL (unknown value)
#auth_url = <None> #auth_url = <None>
auth_url = http://IDENTITY_IP:35357 auth_url = http://IDENTITY_IP:5000
# Username (unknown value) # Username (unknown value)
# Deprecated group/name - [DEFAULT]/username # Deprecated group/name - [DEFAULT]/username

View File

@@ -27,7 +27,7 @@
[keystone_authtoken] [keystone_authtoken]
... ...
www_authenticate_uri = http://controller:5000 www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357 auth_url = http://controller:5000
memcached_servers = controller:11211 memcached_servers = controller:11211
auth_type = password auth_type = password
project_domain_name = default project_domain_name = default
@@ -47,7 +47,7 @@
[watcher_clients_auth] [watcher_clients_auth]
... ...
auth_type = password auth_type = password
auth_url = http://controller:35357 auth_url = http://controller:5000
username = watcher username = watcher
password = WATCHER_PASS password = WATCHER_PASS
project_domain_name = default project_domain_name = default