From a8616e97e064735a005f7f5d76fef3bed2460484 Mon Sep 17 00:00:00 2001 From: Jaewoo Park Date: Mon, 11 Sep 2017 10:55:53 -0700 Subject: [PATCH] Update config docs to reflect non-deprecated methods Changed the keystone_authtoken part of the config docs so that it advertises the use of identity_uri over the deprecated auth_protocol, auth_port, auth_host Change-Id: Ia1351a83abed30f2680c2ce3a074028bd95158fb Closes-Bug: 1679238 --- doc/source/middlewarearchitecture.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/source/middlewarearchitecture.rst b/doc/source/middlewarearchitecture.rst index 2df21eb5..61882c13 100644 --- a/doc/source/middlewarearchitecture.rst +++ b/doc/source/middlewarearchitecture.rst @@ -152,9 +152,7 @@ and set in ``nova.conf``: auth_strategy=keystone [keystone_authtoken] - auth_host = 127.0.0.1 - auth_port = 35357 - auth_protocol = http + identity_uri = http://127.0.0.1:35357 admin_user = admin admin_password = SuperSekretPassword admin_tenant_name = service