Merge "Update install docs for Keystone v3"
This commit is contained in:
commit
6ad9d3f43a
doc/source
@ -31,7 +31,7 @@ The localrc looked like this::
|
||||
|
||||
HEAT_STANDALONE=True
|
||||
KEYSTONE_AUTH_HOST=192.168.1.88
|
||||
KEYSTONE_AUTH_PORT=35357
|
||||
KEYSTONE_AUTH_PORT=5000
|
||||
KEYSTONE_AUTH_PROTOCOL=http
|
||||
KEYSTONE_SERVICE_HOST=$KEYSTONE_AUTH_HOST
|
||||
KEYSTONE_SERVICE_PORT=$KEYSTONE_AUTH_PORT
|
||||
@ -72,7 +72,7 @@ Now make a file to store your new environment (heat.env).
|
||||
export OS_USERNAME=admin
|
||||
export OS_TENANT_NAME=demo
|
||||
export OS_PASSWORD=abetterpasswordthanthis
|
||||
export OS_AUTH_URL=http://192.168.1.88:35357/v2.0/
|
||||
export OS_AUTH_URL=http://192.168.1.88:5000/v3/
|
||||
|
||||
Now you use this like::
|
||||
|
||||
|
@ -357,7 +357,7 @@ Install and configure components
|
||||
[keystone_authtoken]
|
||||
...
|
||||
www_authenticate_uri = http://controller:5000
|
||||
auth_url = http://controller:35357
|
||||
auth_url = http://controller:5000
|
||||
memcached_servers = controller:11211
|
||||
auth_type = password
|
||||
project_domain_name = default
|
||||
@ -369,7 +369,7 @@ Install and configure components
|
||||
[trustee]
|
||||
...
|
||||
auth_type = password
|
||||
auth_url = http://controller:35357
|
||||
auth_url = http://controller:5000
|
||||
username = heat
|
||||
password = HEAT_PASS
|
||||
user_domain_name = default
|
||||
|
@ -368,7 +368,7 @@ Install and configure components
|
||||
[keystone_authtoken]
|
||||
...
|
||||
www_authenticate_uri = http://controller:5000
|
||||
auth_url = http://controller:35357
|
||||
auth_url = http://controller:5000
|
||||
memcached_servers = controller:11211
|
||||
auth_type = password
|
||||
project_domain_name = default
|
||||
@ -380,7 +380,7 @@ Install and configure components
|
||||
[trustee]
|
||||
...
|
||||
auth_type = password
|
||||
auth_url = http://controller:35357
|
||||
auth_url = http://controller:5000
|
||||
username = heat
|
||||
password = HEAT_PASS
|
||||
user_domain_name = default
|
||||
|
@ -356,7 +356,7 @@ Install and configure components
|
||||
[keystone_authtoken]
|
||||
...
|
||||
www_authenticate_uri = http://controller:5000
|
||||
auth_url = http://controller:35357
|
||||
auth_url = http://controller:5000
|
||||
memcached_servers = controller:11211
|
||||
auth_type = password
|
||||
project_domain_name = default
|
||||
@ -368,7 +368,7 @@ Install and configure components
|
||||
[trustee]
|
||||
...
|
||||
auth_type = password
|
||||
auth_url = http://controller:35357
|
||||
auth_url = http://controller:5000
|
||||
username = heat
|
||||
password = HEAT_PASS
|
||||
user_domain_name = default
|
||||
|
Loading…
x
Reference in New Issue
Block a user