components/openstack/heat/patches/07-heat-plugin-defaults.patch
changeset 3998 5bd484384122
parent 2025 8dbf23e740f2
child 5405 66fd59fecd68
--- a/components/openstack/heat/patches/07-heat-plugin-defaults.patch	Fri Mar 20 03:13:26 2015 -0700
+++ b/components/openstack/heat/patches/07-heat-plugin-defaults.patch	Thu Mar 19 14:41:20 2015 -0700
@@ -2,14 +2,14 @@
 plugin directories searched by Heat.  This patch is Solaris specific
 and not suitable for upstream contribution.
 
---- heat-2013.2.3/heat/common/config.py.orig	2014-07-17 12:48:08.249427463 -0600
-+++ heat-2013.2.3/heat/common/config.py	2014-07-17 12:48:31.499385628 -0600
-@@ -85,7 +85,7 @@
+--- heat-2014.2.2/heat/common/config.py.~1~	2014-12-04 21:02:30.000000000 -0800
++++ heat-2014.2.2/heat/common/config.py	2014-12-13 13:31:30.350162153 -0800
+@@ -94,7 +94,7 @@ engine_opts = [
                 default='heat.engine.nova',
-                help='Driver to use for controlling instances'),
+                help='Driver to use for controlling instances.'),
      cfg.ListOpt('plugin_dirs',
 -                default=['/usr/lib64/heat', '/usr/lib/heat'],
 +                default=['/usr/lib/heat'],
-                 help='List of directories to search for Plugins'),
+                 help='List of directories to search for plug-ins.'),
      cfg.StrOpt('environment_dir',
                 default='/etc/heat/environment.d',