summaryrefslogtreecommitdiff
path: root/playbooks/devstack/functional/run.yaml
diff options
context:
space:
mode:
authorZane Bitter <zbitter@redhat.com>2018-09-13 10:47:22 -0600
committerZane Bitter <zbitter@redhat.com>2018-09-13 10:47:22 -0600
commit866864f7e5973053edcd9de59caab05790729964 (patch)
treec12696bd5f9cefa3a16fb82473fabdec9d6481f9 /playbooks/devstack/functional/run.yaml
parent062d04e6851d61077f2a87e51313186a64176675 (diff)
downloadheat-866864f7e5973053edcd9de59caab05790729964.tar.gz
Use no-op drivers for Octavia in gate
Continue to test Heat's interaction with the Octavia API without relying on Octavia's interaction with Nova, Neutron &c. which is known to be unstable. Change-Id: I8765aceee09ada3086abc704b7f73ce240e21847
Diffstat (limited to 'playbooks/devstack/functional/run.yaml')
-rw-r--r--playbooks/devstack/functional/run.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/devstack/functional/run.yaml b/playbooks/devstack/functional/run.yaml
index 119f9e1db..1e396b5c0 100644
--- a/playbooks/devstack/functional/run.yaml
+++ b/playbooks/devstack/functional/run.yaml
@@ -68,6 +68,9 @@
export DEVSTACK_LOCAL_CONFIG+=$'\n'"OCTAVIA_AMP_IMAGE_NAME=test-only-amphora-x64-haproxy-ubuntu-xenial"
services+=,octavia,o-cw,o-hk,o-hm,o-api
export PROJECTS="openstack/octavia $PROJECTS"
+ export OCTAVIA_AMPHORA_DRIVER="amphora_noop_driver"
+ export OCTAVIA_COMPUTE_DRIVER="compute_noop_driver"
+ export OCTAVIA_NETWORK_DRIVER="network_noop_driver"
export PROJECTS="openstack/barbican $PROJECTS"
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
export PROJECTS="openstack/barbican-tempest-plugin $PROJECTS"