Disable etcd3 for lio-barbican job

Test with local file locks instead of etcd.

Change-Id: I189e2be2ea3bb9eb0858d152d64f99bbef7295b2
This commit is contained in:
Eric Harney 2019-01-23 11:15:52 -05:00
parent 8b39e1cee6
commit 8af8119ce1

View File

@ -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'