Install libvirt-clients for nova-libvirt image

libvirt-clients is nice to have, which is helpful for operator.

Change-Id: I892eebf542ee624e275c215809a3f1a9e6ab3135
Closes-Bug: #1720051
(cherry picked from commit 8c1c03f160)
This commit is contained in:
Jeffrey Zhang 2017-09-28 11:52:00 +08:00 committed by Jeffrey Zhang
parent fc539cdbb1
commit 8494f25e98
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ MAINTAINER {{ maintainer }}
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
{% set nova_libvirt_packages = [
'libvirt-client',
'libvirt-daemon',
'libguestfs',
'openvswitch',
@ -25,6 +26,7 @@ MAINTAINER {{ maintainer }}
{% set nova_libvirt_packages = [
'ceph-common',
'libvirt-bin',
'libvirt-clients',
'dmidecode',
'openvswitch-switch',
'pm-utils',