From fbee074a3fc1374cfcafdb73f88ced91c0b56c53 Mon Sep 17 00:00:00 2001 From: "Brad P. Crochet" Date: Fri, 22 Sep 2017 15:42:53 -0400 Subject: [PATCH] Update README with Keystone authtoken config Change-Id: Ic9f51dd55fe881417454b1b8d0c414acba7d7022 --- README.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 31f548684..17d4fa1bb 100644 --- a/README.rst +++ b/README.rst @@ -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 = - admin_password = - admin_tenant_name = + auth_url = http://keystone-host:port + auth_type = password + username = + password = + user_domain_name = + project_name = + project_domain_name = #. Register Mistral service and Mistral endpoints on Keystone::