Add /usr/local/lib/heat to default plugin_dirs

Change-Id: I9750a224ee50ea38606d86a61ba7101b5265dc9e
This commit is contained in:
Tetiana Lashchova 2015-03-24 18:08:00 +02:00
parent 882a839e5f
commit 3b4d277f8b
1 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,8 @@ engine_opts = [
"with your cloud image (for OS::Nova::Server) or "
"'ec2-user' (for AWS::EC2::Instance).")),
cfg.ListOpt('plugin_dirs',
default=['/usr/lib64/heat', '/usr/lib/heat'],
default=['/usr/lib64/heat', '/usr/lib/heat',
'/usr/local/lib/heat', '/usr/local/lib64/heat'],
help=_('List of directories to search for plug-ins.')),
cfg.StrOpt('environment_dir',
default='/etc/heat/environment.d',