debian: fix libvirt package name

The package name for libvirt is not the same on Debian and Ubuntu,
this patch fixes it.

Closes-Bug: #1824991
Change-Id: I038ebc5e8ea34013293870fe448251b841f0e613
This commit is contained in:
Mohammed Naser 2019-04-16 09:53:49 -04:00
parent d8f071821f
commit 897a76bdd7
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ ceph_apt_repo_url: "http://{{ ceph_apt_repo_url_region }}.ceph.com/debian-{{ cep
# Ubuntu Cloud Archive variables
uca_openstack_release: pike
uca_repo_dist: "{{ ansible_lsb.codename }}-updates/{{ uca_openstack_release }}"
libvirt_package: libvirt-bin
libvirt_service_name: libvirt-bin
libvirt_package: "{{ (ansible_distribution == 'Debian') | ternary('libvirt-daemon-system', 'libvirt-bin') }}"
libvirt_service_name: libvirtd
python_ceph_packages:
- python-ceph