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