Update install doc for ubuntu
This change updates the auth_url value to match what has changed in the keystone install guide: https://review.openstack.org/#/c/541857/ Change-Id: I28e10acefc7f3db9b2c7fe8cc08e6a27668e081a
This commit is contained in:
parent
a7471e757c
commit
a35198156c
@ -119,7 +119,7 @@ Install and configure components
|
||||
user_domain_name = default
|
||||
password = ZUN_PASS
|
||||
username = zun
|
||||
auth_url = http://controller:35357
|
||||
auth_url = http://controller:5000
|
||||
auth_type = password
|
||||
auth_version = v3
|
||||
auth_protocol = http
|
||||
@ -141,7 +141,7 @@ Install and configure components
|
||||
user_domain_name = default
|
||||
password = ZUN_PASS
|
||||
username = zun
|
||||
auth_url = http://controller:35357
|
||||
auth_url = http://controller:5000
|
||||
auth_type = password
|
||||
|
||||
Replace ZUN_PASS with the password you chose for the zun user in the
|
||||
|
@ -243,7 +243,7 @@ Install and configure components
|
||||
user_domain_name = default
|
||||
password = ZUN_PASS
|
||||
username = zun
|
||||
auth_url = http://controller:35357
|
||||
auth_url = http://controller:5000
|
||||
auth_type = password
|
||||
auth_version = v3
|
||||
auth_protocol = http
|
||||
@ -265,7 +265,7 @@ Install and configure components
|
||||
user_domain_name = default
|
||||
password = ZUN_PASS
|
||||
username = zun
|
||||
auth_url = http://controller:35357
|
||||
auth_url = http://controller:5000
|
||||
auth_type = password
|
||||
auth_version = v3
|
||||
auth_protocol = http
|
||||
|
Loading…
Reference in New Issue
Block a user