From 2a5bc6ba22d212fc0fdcee57906e452c80f92a2d Mon Sep 17 00:00:00 2001 From: Shuquan Huang Date: Thu, 24 Nov 2016 16:43:23 +0800 Subject: [PATCH] Update RSC to Valence Since the project name is changed to valence. We should replace the RSC to Valence in the document. Change-Id: Id4d8aeead0ce1017cb950f1fd1757719ec75a24c Closes-bug: #1644465 --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2f82069..03e8662 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ as one of the management protocols. :Free software: Apache license :Wiki: https://wiki.openstack.org/wiki/Valence -:Source: http://git.openstack.org/cgit/openstack/rsc +:Source: http://git.openstack.org/cgit/openstack/valence :Bugs: http://bugs.launchpad.net/openstack-valence @@ -29,7 +29,7 @@ Valence installation 2. Clone the Valence code from git repo. - ``$ git clone https://git.openstack.org/openstack/rsc`` + ``$ git clone https://git.openstack.org/openstack/valence`` 3. Execute the 'install_valence.sh' file present in the Valence root directory. The install script will automatically install the dependencies listed in the @@ -69,7 +69,7 @@ to the controller through AMQP. valence-controller -------------- -The controller implements all the handlers for Plasma-api. It reads requests +The controller implements all the handlers for valence-api. It reads requests from the AMQP queue, process it and send the reponse back to the caller. valence-ui