puppet-heat/releasenotes/notes/add_plugin_dirs_parameter-20c755fbdb22c58d.yaml
Lokesh Jain 56cbd7c89b Make heat parameter plugin_dirs configurable
Heat has an additional configuration for plugin_dirs
parameter. This parameter provides a list of directories
to search for plug-ins. This change allows configuration
of plugin_dirs parameter in heat.conf file. This change
will allow a user to set this value, if required. Else
$::os_service_default will be used and the parameter will
not be added to the config file, as it is done today.

Change-Id: I636d52f867ee447eaf0e1e80bf9fdc30c91f4ec1
2018-01-22 18:49:20 -05:00

7 lines
245 B
YAML

---
features:
- Heat has additional configuration option for plugin_dirs
parameter. This parameter provides a list of directories
to search for plug-ins. This change allows configuration
of plugin_dirs parameter in heat.conf file.