blob: 1e7987cf25f2f71097e64721a195429a20c59e0e [file] [log] [blame]
- hosts: all
name: Octavia DSVM jobs pre-run playbook
tasks:
- shell:
cmd: |
set -e
set -x
if $(egrep --quiet '(vmx|svm)' /proc/cpuinfo) && [[ ! $(hostname) =~ "ovh" ]]; then
export DEVSTACK_GATE_LIBVIRT_TYPE=kvm
fi