summaryrefslogtreecommitdiff
path: root/playbooks/devstack/functional/run.yaml
diff options
context:
space:
mode:
authorrabi <ramishra@redhat.com>2017-12-12 12:50:14 +0530
committerrabi <ramishra@redhat.com>2017-12-28 16:00:31 +0530
commitd69afedbc6c7c125cb7ae2269eaf76e7ab0fb929 (patch)
treecb7f3b2bbf4026d6f3b11a79ddded0d50b05654c /playbooks/devstack/functional/run.yaml
parenteb05cacdb651e7d526d5a0a9106ee55f3a9b49b7 (diff)
downloadheat-d69afedbc6c7c125cb7ae2269eaf76e7ab0fb929.tar.gz
Enable octavia services for gate testing
Change-Id: Iaad4c59ce39fe8ca11d136a7c554d773693862cc
Diffstat (limited to 'playbooks/devstack/functional/run.yaml')
-rw-r--r--playbooks/devstack/functional/run.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/devstack/functional/run.yaml b/playbooks/devstack/functional/run.yaml
index 05a5cbb6f..c74b858b2 100644
--- a/playbooks/devstack/functional/run.yaml
+++ b/playbooks/devstack/functional/run.yaml
@@ -64,13 +64,13 @@
# Enable LBaaS V2 plugin
export PROJECTS="openstack/neutron-lbaas $PROJECTS"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas"
+ export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin octavia https://git.openstack.org/openstack/octavia"
# enabling lbaas plugin does not enable the lbaasv2 service, explicitly enable it
- services+=,q-lbaasv2
+ services+=,q-lbaasv2,octavia,o-cw,o-hk,o-hm,o-api
export PROJECTS="openstack/barbican $PROJECTS"
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
export PROJECTS="openstack/barbican-tempest-plugin $PROJECTS"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin barbican https://git.openstack.org/openstack/barbican"
- # the lbaas v2 driver choice is in the gate pre test hook
# use heat-tempest-plugin
export PROJECTS="openstack/heat-tempest-plugin $PROJECTS"