components/openstack/nova/patches/04-compute-hvtype.patch
branchs11u3-sru
changeset 6709 aea771e7a709
parent 6035 c9748fcc32de
child 6854 52081f923019
--- a/components/openstack/nova/patches/04-compute-hvtype.patch	Thu Aug 18 08:46:22 2016 -0700
+++ b/components/openstack/nova/patches/04-compute-hvtype.patch	Mon Aug 29 22:44:12 2016 -0700
@@ -1,21 +1,23 @@
-In-house patch to add the 'solariszones' hypervisor to Nova's list of
-known hypervisors.  This patch has not yet been submitted upstream.
+In-house patch to add the 'solariszones' and 'ldoms' hypervisor to Nova's list of
+known hypervisors. This patch has not yet been submitted upstream.
 
 --- nova-2015.1.2/nova/compute/hv_type.py.~1~	2015-10-13 07:52:44.000000000 -0700
-+++ nova-2015.1.2/nova/compute/hv_type.py	2015-12-31 19:56:40.193951927 -0800
-@@ -40,6 +40,7 @@ OPENVZ = "openvz"
++++ nova-2015.1.2/nova/compute/hv_type.py	2016-08-02 13:55:19.746264695 -0700
+@@ -40,6 +40,8 @@
  PARALLELS = "parallels"
  PHYP = "phyp"
  QEMU = "qemu"
 +SOLARISZONES = "solariszones"
++LDOMS = "ldoms"
  TEST = "test"
  UML = "uml"
  VBOX = "vbox"
-@@ -61,6 +62,7 @@ ALL = (
+@@ -61,6 +63,8 @@
      PARALLELS,
      PHYP,
      QEMU,
 +    SOLARISZONES,
++    LDOMS, 
      TEST,
      UML,
      VBOX,