From a4d7378009d9883252d0c6c8e46b4478ae13e178 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= <radoslaw.piliszek@gmail.com>
Date: Thu, 6 Jun 2019 11:54:08 +0200
Subject: [PATCH] Fix docs - do not mention the old, deprecated CLI clients
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: If4c78c5ccefc6ff987b70509379dd91588eeea70
Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
---
 doc/source/user/quickstart.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/source/user/quickstart.rst b/doc/source/user/quickstart.rst
index 7913aa9f33..54f4dea2b1 100644
--- a/doc/source/user/quickstart.rst
+++ b/doc/source/user/quickstart.rst
@@ -538,11 +538,11 @@ If error occurs during execution, refer to
 Using OpenStack
 ~~~~~~~~~~~~~~~
 
-#. Install basic OpenStack CLI clients:
+#. Install the OpenStack CLI client:
 
    .. code-block:: console
 
-      pip install python-openstackclient python-glanceclient python-neutronclient
+      pip install python-openstackclient
 
 #. OpenStack requires an openrc file where credentials for admin user
    are set. To generate this file: