Include required packages for libvirt SASL auth

Change-Id: Ie19c9d8de462ae0a90682202b99df74030065a08
Related-bug: 1732479
(cherry picked from commit e87eaaae5f)
This commit is contained in:
Oliver Walsh 2017-11-15 15:29:19 +00:00
parent f68f717d87
commit ac65f7f847
3 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,7 @@ nova_migration_package
ntp_package
openvswitch_ovn_compute_package
pacemaker_remote_package
sasl_scram_package
skydive_package
skydive_agent_package
tuned_profiles_cpu_partitioning_package

View File

@ -18,6 +18,7 @@
"ntp_package": "ntp",
"openvswitch_ovn_compute_package": "openvswitch-ovn-host",
"pacemaker_remote_package": "pacemaker-remote",
"sasl_scram_package": "cyrus-sasl-scram",
"skydive_package": "skydive",
"skydive_agent_package": "skydive-agent",
"tuned_profiles_cpu_partitioning_package": "tuned-profiles-cpu-partitioning"

View File

@ -0,0 +1,4 @@
---
features:
- |
Add cyrus-sasl-scram to allow libvirt SCRAM-SHA1 auth