Merge "Add libosinfo package for source installation" into stable/ocata

This commit is contained in:
Jenkins 2017-05-04 08:59:26 +00:00 committed by Gerrit Code Review
commit 90ef645a51
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ RUN rm -f /etc/nova/nova-compute.conf
{% set nova_compute_packages = [
'dosfstools',
'libvirt-devel',
'libosinfo',
'openvswitch',
'qemu-img',
'sysfsutils',
@ -65,6 +66,7 @@ RUN rm -f /etc/nova/nova-compute.conf
{% set nova_compute_packages = [
'dosfstools',
'libosinfo-bin',
'libvirt-dev',
'qemu-utils',
'ceph-common',