From 8e1d68635255f1f625aa5f9190a779c973da5a68 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Mon, 18 Apr 2016 23:39:27 -0500 Subject: [PATCH] Use auth_type instead of auth_plugin auth_plugin configuration value has been replaced by auth_type[1] [1] https://github.com/openstack/keystoneauth/commit/a56ed4218aef5a2e528aa682cea967e767dca923 Change-Id: I6287ba7f9d3c44b0c917accab05961ea0142a9e7 Closes-Bug: #1571941 --- doc/install-guide/source/manila-share-install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install-guide/source/manila-share-install.rst b/doc/install-guide/source/manila-share-install.rst index 692ef69245..698b8c8397 100644 --- a/doc/install-guide/source/manila-share-install.rst +++ b/doc/install-guide/source/manila-share-install.rst @@ -96,7 +96,7 @@ Install and configure components memcached_servers = controller:11211 auth_uri = http://controller:5000 auth_url = http://controller:35357 - auth_plugin = password + auth_type = password project_domain_name = default user_domain_name = default project_name = service