components/openstack/nova/patches/04-compute-hvtype.patch
changeset 6854 52081f923019
parent 6562 77314d708e9f
--- a/components/openstack/nova/patches/04-compute-hvtype.patch	Wed Sep 07 14:48:42 2016 -0700
+++ b/components/openstack/nova/patches/04-compute-hvtype.patch	Wed Sep 07 14:48:42 2016 -0700
@@ -1,10 +1,11 @@
-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.
+In-house patch to add the 'solariszones' and 'ldoms' hypervisors 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	2016-08-02 13:55:19.746264695 -0700
-@@ -40,6 +40,8 @@
- PARALLELS = "parallels"
+--- nova-13.1.0/nova/compute/hv_type.py.~1~	2016-06-14 08:45:36.000000000 -0700
++++ nova-13.1.0/nova/compute/hv_type.py	2016-08-05 11:46:42.648351250 -0700
+@@ -42,6 +42,8 @@ PARALLELS = "parallels"
+ VIRTUOZZO = "vz"
  PHYP = "phyp"
  QEMU = "qemu"
 +SOLARISZONES = "solariszones"
@@ -12,7 +13,7 @@
  TEST = "test"
  UML = "uml"
  VBOX = "vbox"
-@@ -61,6 +63,8 @@
+@@ -64,6 +66,8 @@ ALL = (
      PARALLELS,
      PHYP,
      QEMU,