Files
trove/devstack
Petr Malik 2f740c00ac Make scenario-tests work with all datastores
This patch set includes fixes for bugs and deficiencies discovered
in the test framework while testing with various datastores
other than MySQL.

Apply several Trove-configuration tweaks in devstack plugin needed to
make the tests run.

Change-Id: Ice626b3d3f73e75222b1080afa58232e03459a8e
2016-01-24 18:42:42 -05:00
..
2015-04-06 12:20:30 -04:00
2015-08-27 09:52:53 +02:00

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