From 35c681afb7a19e081d5bd81db4d3eba783952d4e Mon Sep 17 00:00:00 2001 From: Maxim Nestratov Date: Thu, 6 Oct 2016 18:03:14 +0300 Subject: [PATCH] Expand hypervisor_type metadata with Virtuozzo hypervisor Change-Id: I6ba0fcf670aecddde95cfdc6850cdb751dec2058 --- specs/ocata/approved/glance/lite-specs.rst | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/specs/ocata/approved/glance/lite-specs.rst b/specs/ocata/approved/glance/lite-specs.rst index 8ecb45d4..a4574910 100644 --- a/specs/ocata/approved/glance/lite-specs.rst +++ b/specs/ocata/approved/glance/lite-specs.rst @@ -73,5 +73,29 @@ Return 409 if removing/replacing the location of an image that's not ``active`` Return 409 if removing/replacing the location of an image that's not ``active`` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +Expand hypervisor_type metadata with Virtuozzo hypervisor +--------------------------------------------------------- + +:problem: Currently it is not possible to require Virtuozzo hypervisor + by specifying hypervisor_type metadata, though Nova has had + Virtuozzo support since the Kilo release. + +:solution: We need to expand etc/metadefs/compute-hypervisor.json + hypervisor_type property with the appropriate identifier, 'vz', + as defined in + http://git.openstack.org/cgit/openstack/nova/tree/nova/compute/hv_type.py. + +:impacts: This will have documentation impact. Release note should + be added to notify interested parties about this addition. + +:timeline: Expected to be merged within the O-2 time frame. + +:link: https://review.openstack.org/#/c/341623/ + +:assignee: Maxim Netratov + +End of Expand hypervisor_type metadata with Virtuozzo hypervisor +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Add your Spec Lite before this line ===================================