From 95a1433f772ac21b60cd33d497d55694d3f0dcef Mon Sep 17 00:00:00 2001 From: Alberto Murillo Silva Date: Fri, 17 Mar 2017 18:16:57 -0600 Subject: [PATCH] ciao-deploy: Install python-keystoneclient python-keystoneclient package used to live in the now deprecated openstack-python-clients bundle and needs to be installed with pip Signed-off-by: Alberto Murillo Silva --- source/ciao-deploy.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/ciao-deploy.rst b/source/ciao-deploy.rst index e4bd3f07..90e3e4ca 100644 --- a/source/ciao-deploy.rst +++ b/source/ciao-deploy.rst @@ -49,12 +49,12 @@ node: * go version 1.7 or higher * git -Install all of the needed packages with the following command: +Install all of the needed packages with the following commands: .. code-block:: console # swupd bundle-add sysadmin-hostmgmt c-basic go-basic - openstack-python-clients + # pip2 install python-keystoneclient You will need to download the ciao example deployment as follows: