XenServer: Add packages for initial support
Add `parted` to support xenserver in nova. Change-Id: I07d88702a8f8443efe4487837c2b47b06e16e417 blueprint: xenserver-support
This commit is contained in:
parent
0ef29af547
commit
48df9f27b0
@ -17,6 +17,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
|||||||
'nfs-utils',
|
'nfs-utils',
|
||||||
'openstack-nova-compute',
|
'openstack-nova-compute',
|
||||||
'openvswitch',
|
'openvswitch',
|
||||||
|
'parted',
|
||||||
'python-libguestfs',
|
'python-libguestfs',
|
||||||
'python-oslo-vmware',
|
'python-oslo-vmware',
|
||||||
'python-rtslib',
|
'python-rtslib',
|
||||||
@ -39,6 +40,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
|||||||
'nova-compute',
|
'nova-compute',
|
||||||
'openvswitch-switch',
|
'openvswitch-switch',
|
||||||
'open-iscsi',
|
'open-iscsi',
|
||||||
|
'parted',
|
||||||
'python-ironicclient',
|
'python-ironicclient',
|
||||||
'python-libguestfs',
|
'python-libguestfs',
|
||||||
'python-oslo.vmware',
|
'python-oslo.vmware',
|
||||||
@ -77,6 +79,7 @@ RUN rm -f /etc/nova/nova-compute.conf
|
|||||||
'libosinfo',
|
'libosinfo',
|
||||||
'nfs-utils',
|
'nfs-utils',
|
||||||
'openvswitch',
|
'openvswitch',
|
||||||
|
'parted',
|
||||||
'python-libguestfs',
|
'python-libguestfs',
|
||||||
'python-rtslib',
|
'python-rtslib',
|
||||||
'qemu-img',
|
'qemu-img',
|
||||||
@ -95,6 +98,7 @@ RUN rm -f /etc/nova/nova-compute.conf
|
|||||||
'multipath-tools',
|
'multipath-tools',
|
||||||
'nfs-common',
|
'nfs-common',
|
||||||
'open-iscsi',
|
'open-iscsi',
|
||||||
|
'parted',
|
||||||
'python-libguestfs',
|
'python-libguestfs',
|
||||||
'python-libvirt',
|
'python-libvirt',
|
||||||
'qemu-utils'
|
'qemu-utils'
|
||||||
|
Loading…
Reference in New Issue
Block a user