Merge "Update config samples to show Identity v3 params"
This commit is contained in:
commit
c506bc7386
@ -45,7 +45,7 @@ The config file should look like the following:
|
|||||||
# Replace these with values that represent your identity configuration
|
# Replace these with values that represent your identity configuration
|
||||||
uri = http://localhost:5000/v2.0
|
uri = http://localhost:5000/v2.0
|
||||||
uri_v3 = http://localhost:5000/v3
|
uri_v3 = http://localhost:5000/v3
|
||||||
auth_version = v2
|
auth_version = 3
|
||||||
region = RegionOne
|
region = RegionOne
|
||||||
|
|
||||||
username = demo
|
username = demo
|
||||||
|
@ -160,11 +160,15 @@ debug = False
|
|||||||
[keystone_authtoken]
|
[keystone_authtoken]
|
||||||
#auth_host = 127.0.0.1
|
#auth_host = 127.0.0.1
|
||||||
#auth_port = 35357
|
#auth_port = 35357
|
||||||
|
#auth_version = 3
|
||||||
#auth_protocol = http
|
#auth_protocol = http
|
||||||
#admin_tenant_name = service
|
#project_name = service
|
||||||
#admin_user = designate
|
#username = designate
|
||||||
#admin_password = designate
|
#password = designate
|
||||||
|
#project_domain_id = default
|
||||||
|
#user_domain_id = default
|
||||||
#memcached_servers = localhost:11211
|
#memcached_servers = localhost:11211
|
||||||
|
#auth_type = password
|
||||||
|
|
||||||
#-----------------------
|
#-----------------------
|
||||||
# CORS Middleware
|
# CORS Middleware
|
||||||
|
Loading…
Reference in New Issue
Block a user