Add 'TYPE_PLOOP' image type.
This patch adds missing image type 'TYPE_PLOOP' for Virtuozzo. Change-Id: Ia9c7b83b7b163ce73e980923f48bc34045ff92be Closes-Bug: #1854235changes/35/696435/2 2.0.0
parent
173298bf86
commit
c7468b0bad
|
@ -13,7 +13,7 @@
|
|||
# under the License.
|
||||
|
||||
# This is fed from the list at
|
||||
# https://docs.openstack.org/image-guide/image-formats.html#disk-formats
|
||||
# https://docs.openstack.org/glance/latest/user/formats.html#disk-format
|
||||
# and should be kept up to date with same.
|
||||
TRAITS = [
|
||||
# Amazon kernel, machine, and ramdisk images
|
||||
|
@ -39,4 +39,7 @@ TRAITS = [
|
|||
|
||||
# Native format for VMware
|
||||
'TYPE_VMDK',
|
||||
|
||||
# Native format for Virtuozzo
|
||||
'TYPE_PLOOP',
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue