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

View File

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