Merge "Remove linked libs when using ironic compute"

This commit is contained in:
Zuul 2019-03-30 00:04:33 +00:00 committed by Gerrit Code Review
commit 7c8b4f30f9

View File

@ -50,3 +50,9 @@
nova_virt_type: "qemu"
when:
- nova_virt_type is not defined
- name: Remove lib linking for kvm with ironic
set_fact:
nova_compute_kvm_packages_to_symlink: []
when:
- nova_virt_type == 'ironic'