components/openstack/nova/patches/01-Solaris-vm_mode.patch
changeset 5405 66fd59fecd68
parent 3998 5bd484384122
child 6562 77314d708e9f
equal deleted inserted replaced
5404:55e409ba4e72 5405:66fd59fecd68
     1 In-house patch to enable Solaris Zones specific vm_mode value for use by the
     1 In-house patch to enable Solaris Zones specific vm_mode value for use by the
     2 ImagePropertiesFilter scheduling filter.  This patch has not yet been
     2 ImagePropertiesFilter scheduling filter.  This patch has not yet been
     3 submitted upstream.
     3 submitted upstream.
     4 
     4 
     5 --- nova-2014.2.2/nova/compute/vm_mode.py.orig	Thu Oct 17 11:25:43 2013
     5 --- nova-2015.1.2/nova/compute/vm_mode.py.~1~	2015-10-13 07:52:35.000000000 -0700
     6 +++ nova-2014.2.2/nova/compute/vm_mode.py	Tue Mar  4 23:59:38 2014
     6 +++ nova-2015.1.2/nova/compute/vm_mode.py	2015-12-31 20:11:22.020900882 -0800
     7 @@ -31,8 +31,9 @@
     7 @@ -31,8 +31,9 @@ HVM = "hvm"  # Native ABI (aka fully vir
     8  XEN = "xen"  # Xen 3.0 paravirtualized
     8  XEN = "xen"  # Xen 3.0 paravirtualized
     9  UML = "uml"  # User Mode Linux paravirtualized
     9  UML = "uml"  # User Mode Linux paravirtualized
    10  EXE = "exe"  # Executables in containers
    10  EXE = "exe"  # Executables in containers
    11 +SOL = "solariszones"  # Solaris zones (non-global and kernel)
    11 +SOL = "solariszones"  # Solaris zones (non-global and kernel)
    12  
    12