Rename lxc to lxd in various tasks
lxc has been replaced by lxd as the nova_virt_type. This change fixes a few missed instances of the variable. Change-Id: I1f6c57393a4c1c351c1152e3355a5676be992544
This commit is contained in:
parent
41c1dbcdcb
commit
c3c0813c9e
@ -20,7 +20,7 @@
|
||||
when: nova_virt_type == 'powervm'
|
||||
|
||||
- include: nova_compute_lxd.yml
|
||||
when: nova_virt_type == 'lxc'
|
||||
when: nova_virt_type == 'lxd'
|
||||
|
||||
- include: nova_compute_key_populate.yml
|
||||
|
||||
|
@ -128,7 +128,7 @@
|
||||
with_items: "{{ nova_compute_lxd_packages }}"
|
||||
when:
|
||||
- inventory_hostname in groups['nova_compute']
|
||||
- nova_virt_type == 'lxc'
|
||||
- nova_virt_type == 'lxd'
|
||||
tags:
|
||||
- nova-apt-packages
|
||||
- nova-compute-lxd-apt-packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user