Unable to build nova-libvirt image
Hi,
I am unable to build nova-libvirt image while installing Openstack via kolla (stable/pike).Following is the error I am getting:
Unable to correct problems, you have held broken packages. INFO:kolla.image.build.nova-libvirt ERROR:kolla.image.build.nova-libvirt:The command '/bin/sh -c apt-get update && apt-get -y install --no-install-recommends ceph-common ebtables libvirt-clients libvirt-daemon-system openvswitch-switch pm-utils qemu qemu-block-extra dmidecode xen-utils-4.6 xen-utils-4.6 && apt-get clean' returned a non-zero code: 100
When I run the above command,it gives the error shown below:
()[root@1884f55f1c9f /]# apt-get -y install --no-install-recommends ceph-common ebtables libvirt-clients libvirt-daemon-system openvswitch-switch pm-utils qemu qemu-block-extra dmidecode xen-utils-4.6 xen-utils-4.6 && apt-get clean
Reading package lists... Done
Building dependency tree
Reading state information... Done
ebtables is already the newest version (2.0.10.4-3.4ubuntu2).
libvirt-clients is already the newest version (3.6.0-1ubuntu6.2~cloud0).
openvswitch-switch is already the newest version (2.8.1-0ubuntu0.17.10.2~cloud0).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libvirt-daemon-system : Depends: libvirt-daemon (= 3.6.0-1ubuntu6.2~cloud0)
Please help.