From d69afedbc6c7c125cb7ae2269eaf76e7ab0fb929 Mon Sep 17 00:00:00 2001 From: rabi Date: Tue, 12 Dec 2017 12:50:14 +0530 Subject: [PATCH] Enable octavia services for gate testing Change-Id: Iaad4c59ce39fe8ca11d136a7c554d773693862cc --- playbooks/devstack/functional/run.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/devstack/functional/run.yaml b/playbooks/devstack/functional/run.yaml index 05a5cbb6f6..c74b858b25 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"