Merge "Remove linked libs when using ironic compute"
This commit is contained in:
commit
7c8b4f30f9
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user