Include required packages for libvirt SASL auth

Change-Id: Ie19c9d8de462ae0a90682202b99df74030065a08
Related-bug: 1732479
This commit is contained in:
Oliver Walsh 2017-11-15 15:29:19 +00:00
parent 5a091c250d
commit e87eaaae5f
3 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,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

@ -20,6 +20,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