Merge "Expand hypervisor_type meta data with Virtuozzo hypervisor"

This commit is contained in:
Jenkins 2016-12-21 21:50:56 +00:00 committed by Gerrit Code Review
commit cd68ad1ded
2 changed files with 11 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"properties": {
"hypervisor_type": {
"title": "Hypervisor Type",
"description": "Hypervisor type required by the image. Used with the ImagePropertiesFilter. \n\n KVM - Kernel-based Virtual Machine. LXC - Linux Containers (through libvirt). QEMU - Quick EMUlator. UML - User Mode Linux. hyperv - Microsoft® hyperv. vmware - VMware® vsphere. Baremetal - physical provisioning. For more information, see: http://docs.openstack.org/trunk/config-reference/content/section_compute-hypervisors.html",
"description": "Hypervisor type required by the image. Used with the ImagePropertiesFilter. \n\n KVM - Kernel-based Virtual Machine. LXC - Linux Containers (through libvirt). QEMU - Quick EMUlator. UML - User Mode Linux. hyperv - Microsoft® hyperv. vmware - VMware® vsphere. Baremetal - physical provisioning. VZ - Virtuozzo OS Containers and Virtual Machines (through libvirt). For more information, see: http://docs.openstack.org/trunk/config-reference/content/section_compute-hypervisors.html",
"type": "string",
"enum": [
"baremetal",
@ -22,6 +22,7 @@
"qemu",
"uml",
"vmware",
"vz",
"xen"
]
},

View File

@ -0,0 +1,9 @@
---
upgrade:
- |
The metadata definition for ``hypervisor_type`` in the
``OS::Compute::Hypervisor`` namespace has been extended to include
the Virtuozzo hypervisor, designated as ``vz``. You may upgrade
the definition using:
``glance-manage db load_metadefs [--path <path>] [--merge] [--prefer_new]``