Merge "Devstack should install the trove-dashboad module by default"

This commit is contained in:
Zuul 2020-03-26 11:02:42 +00:00 committed by Gerrit Code Review
commit 3cdcfac30b
1 changed files with 5 additions and 1 deletions

View File

@ -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
@ -71,6 +72,9 @@ configuration, change the ``HOST_IP`` to your own devstack host IP address:
# Pre-requisites
ENABLED_SERVICES=rabbit,mysql,key
# Nova
enable_service horizon
# Nova
enable_service n-api
enable_service n-cpu
@ -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.
for the detailed steps.