Merge "Adds support of external Devstack plugin for MagnetoDB"

This commit is contained in:
Jenkins 2015-07-20 06:44:26 +00:00 committed by Gerrit Code Review
commit 34e29d80f2
1 changed files with 2 additions and 1 deletions

View File

@ -15,8 +15,9 @@
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export ENABLED_SERVICES=magnetodb,tempest
export ENABLED_SERVICES=tempest
export PROJECTS="stackforge/magnetodb $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin magnetodb git://git.openstack.org/stackforge/magnetodb"
function pre_test_hook {
cd /opt/stack/new/magnetodb/functionaltests