blob: 02dfb847c7d6c2af5f11369edc7e703342e288e8 [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; then
export DEVSTACK_GATE_LIBVIRT_TYPE=kvm
fi