tripleo-heat-templates/ci/environments/octavia-kvm.yaml
Takashi Kajinami b2d7b3e5ef Replace deprecated libvirt_* options
Depends-on: https://review.opendev.org/#/c/748666/
Change-Id: I27d6ae7c92f5630c4e8be27c4efc7b95939d7594
2020-09-24 18:58:29 +09:00

8 lines
298 B
YAML

parameter_defaults:
StandaloneExtraConfig:
# Config related to nova libvirt
octavia::controller::connection_retry_interval: 10
nova::compute::libvirt::services::libvirt_virt_type: kvm
nova::compute::libvirt::virt_type: kvm
nova::compute::libvirt::cpu_mode: 'host-passthrough'