Merge "Update config samples to show Identity v3 params"

This commit is contained in:
Jenkins 2016-04-04 14:45:55 +00:00 committed by Gerrit Code Review
commit c506bc7386
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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