Comment 0 for bug 1314980

Revision history for this message
Aniket Jeewankar (aniket-jeewankar) wrote :

Please follow below steps to reproduce the issue.

1. Fetched code from the git location as below
git clone https://github.com/openstack/trove.git
git clone https://github.com/openstack/trove-integration.git

2. Ran following commands to install datastore with Trove
./redstack install
./redstack kick-start cassandra
sed -i 's/10.0.0.1/10.1.0.1/g' /opt/stack/trove/etc/trove/trove-guestagent.conf.sample

3. Ran int-tests with below command
./redstack int-tests --group=cassandra

The int-tests are failing in trove-create test case. The detailed logs are attached for the reference.