From 554f1a36087559b4a11182963b1a9b80c5947bce Mon Sep 17 00:00:00 2001 From: Kentaro Sasaki Date: Thu, 12 Nov 2015 21:43:11 +0900 Subject: [PATCH] No "python-keystone-auth-token" available in RDO install guide Fix the install package in RDO install guide. This has been changed from python-keystone-auth-token to python-keystoneclient. Change-Id: If0dd22e42a5acf297dfbcdd1e2fb43770e3021d0 Closes-Bug: #1515606 --- doc/install-guide/source/swift-controller-install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install-guide/source/swift-controller-install.rst b/doc/install-guide/source/swift-controller-install.rst index 40e1460874..311b934403 100644 --- a/doc/install-guide/source/swift-controller-install.rst +++ b/doc/install-guide/source/swift-controller-install.rst @@ -149,7 +149,7 @@ Install and configure components .. code-block:: console # yum install openstack-swift-proxy python-swiftclient \ - python-keystone-auth-token python-keystonemiddleware \ + python-keystoneclient python-keystonemiddleware \ memcached .. only:: obs