b00048742e
Supports import of OVA/OVF package to Glance by adding a new task to the existing Glance import workflow. Automatically extracts single disk image from OVA tarball and saves it to the Glance image store. It also parses the included OVF file for interested metadata. Extracted metadata is included as uploaded image's properties. To kick off this flow, specify 'ova' as 'container_format' in the task-create request. Specify interested metadata in the 'ovf-metadata.json' conf file, generally located at /etc/glance. Any other additional metadata found in the OVF file will be ignored. Currently this is an admin only feature and only supports upload of single disk images. Also currently we will only be supporting extracting properties from CIM_ProcessorAllocationSettingData. Co-Authored-By: Jakub Jasek <jakubx.jasek@intel.com> Co-Authored-By: Deepti Ramakrishna <deepti.ramakrishna@intel.com> Change-Id: I4c9c9566895c2426f26d2750c8e2a23b39468fb1 Implements: blueprint ovf-lite
9 lines
126 B
Plaintext
9 lines
126 B
Plaintext
{
|
|
"cim_pasd": [
|
|
"ProcessorArchitecture",
|
|
"InstructionSet",
|
|
"InstructionSetExtensionName"
|
|
]
|
|
}
|
|
|