Update README with Keystone authtoken config

Change-Id: Ic9f51dd55fe881417454b1b8d0c414acba7d7022
This commit is contained in:
Brad P. Crochet 2017-09-22 15:42:53 -04:00
parent 35ccebc284
commit fbee074a3f
1 changed files with 7 additions and 5 deletions

View File

@ -113,11 +113,13 @@ an OpenStack environment.
[keystone_authtoken]
auth_uri = http://keystone-host:port/v3
identity_uri = http://keystone-host:port
auth_version = v3
admin_user = <user>
admin_password = <password>
admin_tenant_name = <tenant>
auth_url = http://keystone-host:port
auth_type = password
username = <user>
password = <password>
user_domain_name = <usually 'Default'>
project_name = <project name>
project_domain_name = <usually 'Default'>
#. Register Mistral service and Mistral endpoints on Keystone::