
At present if the Trove plugin is enabled and Horizon is enabled, the Trove dashboard still needs to be enabled (which is currently done by redstack). This should be handled by the Trove plugin itself. With this fix, if Trove and Horizon are installed the dashboard will be automatically set up. Some variable names were modified slightly as well to bring them in line with the rest. The cleanup code was also moved to the 'stop' section, which is where it probably belonged right from the beginning. Depends-On: I71cf27a57e8d2cd141928f26ac01bd5ca14c723f Change-Id: I6586801bff4282e3bbf11e45e4f171fffcab285e Partial-Bug: #1593806
Enabling Trove in DevStack
To enable Trove in DevStack, perform the following steps:
Note: The python-troveclient is automatically installed. If you need to
control how the client gets installed, set the TROVECLIENT_REPO,
TROVECLIENT_DIR and TROVECLIENT_BRANCH environment variables appropriately.
Download DevStack
export DEVSTACK_DIR=~/devstack
git clone git://git.openstack.org/openstack-dev/devstack.git $DEVSTACK_DIR
Enable the Trove plugin
Enable the plugin by adding the following section to
$DEVSTACK_DIR/local.conf
[[local|localrc]]
enable_plugin trove git://git.openstack.org/openstack/trove
Optionally, a git refspec (branch or tag or commit) may be provided as follows:
[[local|localrc]]
enable_plugin trove git://git.openstack.org/openstack/trove <refspec>
Run the DevStack utility
cd $DEVSTACK_DIR
./stack.sh