f52220939b
Devstack has removed KEYSTONE_CATALOG_BACKEND from it's repo: https://review.openstack.org/#/c/391380 Due to above change gate tests are failing, we should remove it from trove plugin as well. Refer below for it's deprecation and removal:- http://lists.openstack.org/pipermail/openstack-dev/2016-February/086272.html Closes-Bug: #1644085 Change-Id: I1c2024f629375a03bcb40fb9ee98c853ed52d53b |
||
---|---|---|
.. | ||
files | ||
plugin.sh | ||
README.rst | ||
settings |
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