Use the latest trove client for trove-functional-dsvm job

The current trove-functional-dsvm job uses the trove client from
pypi which may be outdated. Update the job definitions so that it
uses the latest trove client from git instead.

Change-Id: I84d204f50cb18f6e96c48b4340219d8b69ba681c
This commit is contained in:
Nikhil Manchanda 2015-08-25 17:40:28 -07:00
parent 483a9410e0
commit d56b2e46d6
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=140
export DEVSTACK_LOCAL_CONFIG="enable_plugin trove git://git.openstack.org/openstack/trove"
export DEVSTACK_PROJECT_FROM_GIT=python-troveclient
export ENABLED_SERVICES=tempest,s-proxy,s-object,s-container,s-account,trove,tr-api,tr-tmgr,tr-cond
export PROJECTS="openstack/trove-integration openstack/diskimage-builder openstack/tripleo-image-elements $PROJECTS"