nova-libvirt: fix no /usr/sbin/libvirtd issue

When testing on arm64, libvirt continue restarts and reports error:
Running command: '/usr/sbin/libvirtd --listen'
/usr/local/bin/kolla_start: line 17: /usr/sbin/libvirtd: No such file or directory

If install package libvirt-daemon, libvirt still report error:
libvirtError: unable to connect to server at '192.168.1.98:16509': Connection refused

Solve the issue via installing packate: libvirt-daemon-system

Change-Id: I7d822c3f18fd7301b79d397c632fe412f4b6f9fd
Signed-off-by: Kevin Zhao <kevin.zhao@linaro.org>
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
This commit is contained in:
Zhangfei Gao 2017-08-08 23:14:52 +08:00
parent b17340a745
commit cdf318193b
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'ceph-common',
'ebtables',
'libvirt-clients',
'libvirt-daemon-system',
'openvswitch-switch',
'pm-utils',
'qemu',