Merge "Make heat parameter plugin_dirs configurable"

This commit is contained in:
Zuul 2018-03-08 17:00:51 +00:00 committed by Gerrit Code Review
commit b615b3bb93

View File

@ -68,6 +68,10 @@ parameters:
type: number
default: 1000
description: Maximum resources allowed per top-level stack. -1 stands for unlimited.
HeatEnginePluginDirs:
type: comma_delimited_list
default: []
description: An array of directories to search for plug-ins.
conditions:
heat_workers_unset: {equals : [{get_param: HeatWorkers}, 0]}
@ -132,6 +136,7 @@ outputs:
passwords:
- {get_param: HeatAuthEncryptionKey}
- {get_param: [DefaultPasswords, heat_auth_encryption_key]}
heat::engine::plugin_dirs: {get_param: HeatEnginePluginDirs}
-
if:
- heat_workers_unset