From 8af8119ce1443ead0d3e210788da31d54aa469df Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Wed, 23 Jan 2019 11:15:52 -0500 Subject: [PATCH] Disable etcd3 for lio-barbican job Test with local file locks instead of etcd. Change-Id: I189e2be2ea3bb9eb0858d152d64f99bbef7295b2 --- playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/run.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/run.yaml b/playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/run.yaml index 4388f241040..be9ad8bbb53 100644 --- a/playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/run.yaml +++ b/playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/run.yaml @@ -34,6 +34,9 @@ enable_service barbican enable_plugin barbican git://git.openstack.org/openstack/barbican + # Test with local file locks + CINDER_COORDINATION_URL='file://$state_path' + EOF executable: /bin/bash chdir: '{{ ansible_user_dir }}/workspace'