From bc35c4967c2b6a636b084ce138bcf6cb68079cce Mon Sep 17 00:00:00 2001 From: Trevor McCasland Date: Thu, 9 Mar 2017 09:43:37 -0600 Subject: [PATCH] Remove redstack references the trove-integration project has been rehomed in the trove repo with a new name: trovestack This changes the names to the new one. Change-Id: I3f05f75456551bc80f013b1f5ab22d6f2f7f4e42 --- doc/admin-guide/source/database.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/admin-guide/source/database.rst b/doc/admin-guide/source/database.rst index e2391f7eca..9219cb0daa 100644 --- a/doc/admin-guide/source/database.rst +++ b/doc/admin-guide/source/database.rst @@ -434,31 +434,31 @@ Redis integration and unit tests Unit tests and integration tests are also available for Redis. -#. Install redstack: +#. Install trovestack: .. code-block:: console - $ ./redstack install + $ ./trovestack install .. note:: - Redstack is a development script used for integration + Trovestack is a development script used for integration testing and Database service development installations. - Do not use Redstack in a production environment. For + Do not use Trovestack in a production environment. For more information, see `the Database service - developer docs `_ + developer docs `_ #. Start Redis: .. code-block:: console - $ ./redstack kick-start redis + $ ./trovestack kick-start redis #. Run integration tests: .. code-block:: console - $ ./redstack int-tests --group=replication + $ ./trovestack int-tests --group=replication You can run :command:`--group=redis_supported` instead of :command:`--group=replication` if needed.