From 3359c42f9c57d9f2bdf3d395507cd9562c5ca4b0 Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Mon, 14 Sep 2015 11:45:24 +0200 Subject: [PATCH] Rename rdomanager-oscplugin to tripleoclient The rdomanager-oscplugin project has been rename tripleoclient. This commit reflects this change. Source: * https://github.com/redhat-openstack/rdoinfo/commit/6ca99ceb1a50b65db6cd8ad51aee7c2117270a6d Change-Id: I912ae85724b7363d63645fd77bd960f7eab253ab --- doc/source/installation/installing.rst | 2 +- doc/source/introduction/components.rst | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/source/installation/installing.rst b/doc/source/installation/installing.rst index 2fe213db..c20845c2 100644 --- a/doc/source/installation/installing.rst +++ b/doc/source/installation/installing.rst @@ -59,7 +59,7 @@ Installing the Undercloud "include" directive breaks the numbering. 3. Install the TripleO CLI, which will pull in all other necessary packages as dependencies:: - sudo yum install -y python-rdomanager-oscplugin + sudo yum install -y python-tripleoclient #. Run the script to install the undercloud: diff --git a/doc/source/introduction/components.rst b/doc/source/introduction/components.rst index 265656fc..10e9e6db 100644 --- a/doc/source/introduction/components.rst +++ b/doc/source/introduction/components.rst @@ -443,24 +443,24 @@ command with consistent syntax and behaviour. * Blueprints: https://blueprints.launchpad.net/python-openstackclient * Human interface guide: http://docs.openstack.org/developer/python-openstackclient/humaninterfaceguide.html -python-rdomanager-oscplugin -^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The python-rdomanager-oscplugin is a CLI tool embedded into +python-tripleoclient +^^^^^^^^^^^^^^^^^^^^ +The python-tripleoclient is a CLI tool embedded into python-openstackclient. It provides functions related to instack installation and initial configuration like node discovery, overcloud image building and uploading, etc. **How to contribute** -* python-rdomanager-oscplugin uses `tox `_ +* python-tripleoclient uses `tox `_ to manage the development environment, see `documentation - `_ + `_ for details. Submit your changes via - `Gerrithub `_. + `Gerrit `_. **Useful links** -* Project: https://github.com/rdo-management/python-rdomanager-oscplugin +* Project: https://git.openstack.org/cgit/openstack/python-tripleoclient ..