diff --git a/doc/source/install/install-devstack.rst b/doc/source/install/install-devstack.rst index 702e90b7db..61ca1266c3 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= 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 `_ -for the detailed steps. \ No newline at end of file +for the detailed steps.