Fix inclusion of manilaclient into devstack jobs

Commit [1] removed all clients from prerequisites and broke by this
action all manila devstack jobs. So, add this in manila devstack job
template explicitly.

[1] Iabf4c0c22413b0d238f3b40822fb7c2ed84c2e0e

Change-Id: I57de6e4b5b20c89f7344d8a1ada44bc14532f767
This commit is contained in:
vponomaryov 2015-12-16 14:12:58 +02:00
parent f22e6cce36
commit 9235dc062c
2 changed files with 5 additions and 4 deletions

View File

@ -19,6 +19,7 @@
export DEVSTACK_GATE_TIMEOUT=70
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_POSTGRES={postgres_enabled}
export PROJECTS="openstack/python-manilaclient $PROJECTS"
export ENABLED_SERVICES=tempest
# Enable manila devstack plugin. Provided repo should be
@ -154,7 +155,7 @@
export DEVSTACK_GATE_TIMEOUT=70
export DEVSTACK_GATE_NEUTRON=1
export ENABLED_SERVICES=tempest
export PROJECTS="openstack/devstack-plugin-glusterfs $PROJECTS"
export PROJECTS="openstack/python-manilaclient openstack/devstack-plugin-glusterfs $PROJECTS"
# Enable manila devstack plugin. Provided repo should be
# cloned by zuul before devstack run and below provided link
@ -212,7 +213,7 @@
export DEVSTACK_GATE_TIMEOUT=70
export DEVSTACK_GATE_NEUTRON=1
export ENABLED_SERVICES=tempest
export PROJECTS="openstack/devstack-plugin-glusterfs $PROJECTS"
export PROJECTS="openstack/python-manilaclient openstack/devstack-plugin-glusterfs $PROJECTS"
# Enable manila devstack plugin. Provided repo should be
# cloned by zuul before devstack run and below provided link
@ -270,7 +271,7 @@
export DEVSTACK_GATE_TIMEOUT=70
export DEVSTACK_GATE_NEUTRON=1
export ENABLED_SERVICES=tempest
export PROJECTS="openstack/devstack-plugin-hdfs $PROJECTS"
export PROJECTS="openstack/python-manilaclient openstack/devstack-plugin-hdfs $PROJECTS"
# Enable manila devstack plugin. Provided repo should be cloned by zuul before devstack run
# and below provided link should not be used.

View File

@ -175,7 +175,7 @@
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PROJECTS="openstack/rally $PROJECTS"
export PROJECTS="openstack/python-manilaclient openstack/rally $PROJECTS"
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_TIMEOUT=60