6ace3dda60
Incorporate the changes made as a part of the cluster-root tests introduced in review 266005: - add test scenario for: bug 1549600 - simplify turning off unsupported root-disable tests by introducing a single assertion hook that runs before all related tests - ping the datastore as root to verify it can connect - ping after root-disable to verify it cannot connect - add missing ping implementations to Cassandra and Redis helpers - enable root with password tests on MySQL and related - use the same helper method to get root credentials as the cluster-root tests - also assert the expected root-user-name if specified - cleanup auxiliary backup - add Postgres root credentials - Skip root-cluster test on Redis - minor cleanup - increased the low guestagent call timeout (helps tests run more stable). Depends-On: I8a4321ac062b1ec565945b49dbb7c619b6da867f Change-Id: I3fb0a8bb37fd124c22573552ff61852ead23e9a0 Related-Bug: 1529965 Related-Bug: 1549969 Related-Bug: 1549600
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