Add 'TYPE_PLOOP' image type.

This patch adds missing image type 'TYPE_PLOOP' for Virtuozzo.

Change-Id: Ia9c7b83b7b163ce73e980923f48bc34045ff92be
Closes-Bug: #1854235
This commit is contained in:
ericxiett 2019-11-28 02:08:44 +00:00 committed by Eric Fried
parent 173298bf86
commit c7468b0bad
1 changed files with 4 additions and 1 deletions

View File

@ -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',
]