components/openstack/nova/patches/04-compute-hvtype.patch
changeset 6854 52081f923019
parent 6562 77314d708e9f
equal deleted inserted replaced
6853:cf1567491b1b 6854:52081f923019
     1 In-house patch to add the 'solariszones' and 'ldoms' hypervisor to Nova's list of
     1 In-house patch to add the 'solariszones' and 'ldoms' hypervisors to
     2 known hypervisors. This patch has not yet been submitted upstream.
     2 Nova's list of known hypervisors. This patch has not yet been submitted
       
     3 upstream.
     3 
     4 
     4 --- nova-2015.1.2/nova/compute/hv_type.py.~1~	2015-10-13 07:52:44.000000000 -0700
     5 --- nova-13.1.0/nova/compute/hv_type.py.~1~	2016-06-14 08:45:36.000000000 -0700
     5 +++ nova-2015.1.2/nova/compute/hv_type.py	2016-08-02 13:55:19.746264695 -0700
     6 +++ nova-13.1.0/nova/compute/hv_type.py	2016-08-05 11:46:42.648351250 -0700
     6 @@ -40,6 +40,8 @@
     7 @@ -42,6 +42,8 @@ PARALLELS = "parallels"
     7  PARALLELS = "parallels"
     8  VIRTUOZZO = "vz"
     8  PHYP = "phyp"
     9  PHYP = "phyp"
     9  QEMU = "qemu"
    10  QEMU = "qemu"
    10 +SOLARISZONES = "solariszones"
    11 +SOLARISZONES = "solariszones"
    11 +LDOMS = "ldoms"
    12 +LDOMS = "ldoms"
    12  TEST = "test"
    13  TEST = "test"
    13  UML = "uml"
    14  UML = "uml"
    14  VBOX = "vbox"
    15  VBOX = "vbox"
    15 @@ -61,6 +63,8 @@
    16 @@ -64,6 +66,8 @@ ALL = (
    16      PARALLELS,
    17      PARALLELS,
    17      PHYP,
    18      PHYP,
    18      QEMU,
    19      QEMU,
    19 +    SOLARISZONES,
    20 +    SOLARISZONES,
    20 +    LDOMS, 
    21 +    LDOMS,