summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-03-26 11:02:42 +0000
committerGerrit Code Review <review@openstack.org>2020-03-26 11:02:42 +0000
commit3cdcfac30b603ad4461bbcdde1b4cbcf3aadf49e (patch)
tree100458957b71158fb45fc79f9f2984f2de32a7f7
parentbcda317fd2735a16fbf16d71a26e9327e7f87569 (diff)
parentb11e8187d4004cc65985cb5bd711f72aea0fa6c5 (diff)
downloadtrove-3cdcfac30b603ad4461bbcdde1b4cbcf3aadf49e.tar.gz
Merge "Devstack should install the trove-dashboad module by default"
-rw-r--r--doc/source/install/install-devstack.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/source/install/install-devstack.rst b/doc/source/install/install-devstack.rst
index 702e90b7..61ca1266 100644
--- a/doc/source/install/install-devstack.rst
+++ b/doc/source/install/install-devstack.rst
@@ -50,6 +50,7 @@ configuration, change the ``HOST_IP`` to your own devstack host IP address:
HOST_IP=<your-host-ip-here>
enable_plugin trove https://opendev.org/openstack/trove
+ enable_plugin trove-dashboard https://opendev.org/openstack/trove-dashboard
LIBS_FROM_GIT+=,python-troveclient
DATABASE_PASSWORD=password
@@ -72,6 +73,9 @@ configuration, change the ``HOST_IP`` to your own devstack host IP address:
ENABLED_SERVICES=rabbit,mysql,key
# Nova
+ enable_service horizon
+
+ # Nova
enable_service n-api
enable_service n-cpu
enable_service n-cond
@@ -138,4 +142,4 @@ Create your first Trove instance
Refer to
`Create and access a database <https://docs.openstack.org/trove/latest/user/create-db.html>`_
-for the detailed steps. \ No newline at end of file
+for the detailed steps.