Merge "Devstack should install the trove-dashboad module by default"
This commit is contained in:
commit
3cdcfac30b
@ -50,6 +50,7 @@ configuration, change the ``HOST_IP`` to your own devstack host IP address:
|
|||||||
HOST_IP=<your-host-ip-here>
|
HOST_IP=<your-host-ip-here>
|
||||||
|
|
||||||
enable_plugin trove https://opendev.org/openstack/trove
|
enable_plugin trove https://opendev.org/openstack/trove
|
||||||
|
enable_plugin trove-dashboard https://opendev.org/openstack/trove-dashboard
|
||||||
|
|
||||||
LIBS_FROM_GIT+=,python-troveclient
|
LIBS_FROM_GIT+=,python-troveclient
|
||||||
DATABASE_PASSWORD=password
|
DATABASE_PASSWORD=password
|
||||||
@ -71,6 +72,9 @@ configuration, change the ``HOST_IP`` to your own devstack host IP address:
|
|||||||
# Pre-requisites
|
# Pre-requisites
|
||||||
ENABLED_SERVICES=rabbit,mysql,key
|
ENABLED_SERVICES=rabbit,mysql,key
|
||||||
|
|
||||||
|
# Nova
|
||||||
|
enable_service horizon
|
||||||
|
|
||||||
# Nova
|
# Nova
|
||||||
enable_service n-api
|
enable_service n-api
|
||||||
enable_service n-cpu
|
enable_service n-cpu
|
||||||
@ -138,4 +142,4 @@ Create your first Trove instance
|
|||||||
|
|
||||||
Refer to
|
Refer to
|
||||||
`Create and access a database <https://docs.openstack.org/trove/latest/user/create-db.html>`_
|
`Create and access a database <https://docs.openstack.org/trove/latest/user/create-db.html>`_
|
||||||
for the detailed steps.
|
for the detailed steps.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user