components/openstack/heat/patches/07-heat-plugin-defaults.patch
branchs11-update
changeset 3320 f9d413d0e202
child 3998 5bd484384122
equal deleted inserted replaced
3319:2f17d2251460 3320:f9d413d0e202
       
     1 In-house patch to remove /usr/lib64/heat from the default list of
       
     2 plugin directories searched by Heat.  This patch is Solaris specific
       
     3 and not suitable for upstream contribution.
       
     4 
       
     5 --- heat-2013.2.3/heat/common/config.py.orig	2014-07-17 12:48:08.249427463 -0600
       
     6 +++ heat-2013.2.3/heat/common/config.py	2014-07-17 12:48:31.499385628 -0600
       
     7 @@ -85,7 +85,7 @@
       
     8                 default='heat.engine.nova',
       
     9                 help='Driver to use for controlling instances'),
       
    10      cfg.ListOpt('plugin_dirs',
       
    11 -                default=['/usr/lib64/heat', '/usr/lib/heat'],
       
    12 +                default=['/usr/lib/heat'],
       
    13                  help='List of directories to search for Plugins'),
       
    14      cfg.StrOpt('environment_dir',
       
    15                 default='/etc/heat/environment.d',