From 1ef4da7111d935f522c660eefd3920fd5be0095e Mon Sep 17 00:00:00 2001 From: Jay Dobies Date: Tue, 26 May 2015 11:21:17 -0400 Subject: [PATCH] Added clarity to the unified CLI The directions say to install the unified CLI, but the only package in the command is python-rdomanager-oscplugin. The client is a dependency so it will get installed, but it's potentially confusing to say one thing and then do something different. Update the step description to better match what's happening. Change-Id: If74c8f3d01a4d35051cf54340a269ec95ba286c0 --- doc/source/installation/installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/installation/installing.rst b/doc/source/installation/installing.rst index 37178dfe4..4c8e5269a 100644 --- a/doc/source/installation/installing.rst +++ b/doc/source/installation/installing.rst @@ -61,7 +61,7 @@ Installing the Undercloud sudo curl -o /etc/yum.repos.d/rdo-management-trunk.repo http://trunk-mgt.rdoproject.org/centos-kilo/current-passed-ci/delorean-rdo-management.repo -#. Install the unified CLI (also installs instack-undercloud as a dependency):: +#. Install the RDO Manager CLI, which will pull in all other necessary packages as dependencies:: sudo yum install -y python-rdomanager-oscplugin