Include required packages for libvirt SASL auth on CentOs/RHEL

Change-Id: I40fd1c87fd95746ed26de41e501a76c1b83a174a
Related-bug: 1732479
This commit is contained in:
Oliver Walsh 2017-11-15 15:44:10 +00:00
parent 28af054a3e
commit 0e32e2d2c6
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% set nova_libvirt_packages = [
'ceph-common',
'cyrus-sasl-scram',
'libguestfs',
'libvirt-daemon',
'libvirt-daemon-config-nwfilter',