Merge "Replace port 35357 with 5000 for "auth_url""
This commit is contained in:
commit
3360c1b1fa
@ -39,7 +39,7 @@ is like the below:
|
|||||||
export OS_TENANT_NAME=admin
|
export OS_TENANT_NAME=admin
|
||||||
export OS_USERNAME=admin
|
export OS_USERNAME=admin
|
||||||
export OS_PASSWORD=KTskN5eUMTpeHLKorRcZBBbH0AM96wdvgQhwENxY
|
export OS_PASSWORD=KTskN5eUMTpeHLKorRcZBBbH0AM96wdvgQhwENxY
|
||||||
export OS_AUTH_URL=http://localhost:35357/v3
|
export OS_AUTH_URL=http://localhost:5000/v3
|
||||||
export OS_INTERFACE=internal
|
export OS_INTERFACE=internal
|
||||||
export OS_IDENTITY_API_VERSION=3
|
export OS_IDENTITY_API_VERSION=3
|
||||||
export OS_REGION_NAME=RegionOne
|
export OS_REGION_NAME=RegionOne
|
||||||
@ -208,7 +208,7 @@ If you are using keystone v2 then,
|
|||||||
username = <APMEC_USER_NAME>
|
username = <APMEC_USER_NAME>
|
||||||
project_name = service
|
project_name = service
|
||||||
password = <APMEC_SERVICE_USER_PASSWORD>
|
password = <APMEC_SERVICE_USER_PASSWORD>
|
||||||
auth_url = http://<KEYSTONE_IP>:35357
|
auth_url = http://<KEYSTONE_IP>:5000
|
||||||
auth_uri = http://<KEYSTONE_IP>:5000
|
auth_uri = http://<KEYSTONE_IP>:5000
|
||||||
...
|
...
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user