Install multipath binary in nova-compute image
multipath binary is required after enabled multipath in nova. Change-Id: I0a1d85597999415cab11feb71a7fdfd7af3f7148 Closes-Bug: #1713639
This commit is contained in:
parent
56320e6bd6
commit
4e6add7dbd
@ -9,6 +9,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set nova_compute_packages = [
|
||||
'device-mapper-multipath',
|
||||
'openstack-nova-compute',
|
||||
'openvswitch',
|
||||
'sysfsutils',
|
||||
@ -33,6 +34,7 @@ MAINTAINER {{ maintainer }}
|
||||
'ironic-common',
|
||||
'python-ironicclient',
|
||||
'genisoimage',
|
||||
'multipath-tools',
|
||||
'nfs-common',
|
||||
'open-iscsi',
|
||||
'targetcli',
|
||||
@ -48,6 +50,7 @@ RUN rm -f /etc/nova/nova-compute.conf
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set nova_compute_packages = [
|
||||
'device-mapper-multipath',
|
||||
'dosfstools',
|
||||
'libvirt-python',
|
||||
'libosinfo',
|
||||
@ -70,6 +73,7 @@ RUN rm -f /etc/nova/nova-compute.conf
|
||||
'qemu-utils',
|
||||
'ceph-common',
|
||||
'genisoimage',
|
||||
'multipath-tools',
|
||||
'nfs-common',
|
||||
'open-iscsi',
|
||||
'targetcli',
|
||||
|
Loading…
Reference in New Issue
Block a user