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
This commit is contained in:
Trevor McCasland 2017-03-09 09:43:37 -06:00
parent f0966476f3
commit bc35c4967c

View File

@ -434,31 +434,31 @@ Redis integration and unit tests
Unit tests and integration tests are also available for Unit tests and integration tests are also available for
Redis. Redis.
#. Install redstack: #. Install trovestack:
.. code-block:: console .. code-block:: console
$ ./redstack install $ ./trovestack install
.. note:: .. note::
Redstack is a development script used for integration Trovestack is a development script used for integration
testing and Database service development installations. 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 more information, see `the Database service
developer docs <https://docs.openstack.org/developer/trove/dev/install.html#running-redstack-to-install-trove>`_ developer docs <https://docs.openstack.org/developer/trove/dev/install.html#running-trovestack-to-setup-trove>`_
#. Start Redis: #. Start Redis:
.. code-block:: console .. code-block:: console
$ ./redstack kick-start redis $ ./trovestack kick-start redis
#. Run integration tests: #. Run integration tests:
.. code-block:: console .. code-block:: console
$ ./redstack int-tests --group=replication $ ./trovestack int-tests --group=replication
You can run :command:`--group=redis_supported` You can run :command:`--group=redis_supported`
instead of :command:`--group=replication` if needed. instead of :command:`--group=replication` if needed.