Merge "Make heat parameter plugin_dirs configurable"
This commit is contained in:
commit
b615b3bb93
@ -68,6 +68,10 @@ parameters:
|
|||||||
type: number
|
type: number
|
||||||
default: 1000
|
default: 1000
|
||||||
description: Maximum resources allowed per top-level stack. -1 stands for unlimited.
|
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:
|
conditions:
|
||||||
heat_workers_unset: {equals : [{get_param: HeatWorkers}, 0]}
|
heat_workers_unset: {equals : [{get_param: HeatWorkers}, 0]}
|
||||||
@ -132,6 +136,7 @@ outputs:
|
|||||||
passwords:
|
passwords:
|
||||||
- {get_param: HeatAuthEncryptionKey}
|
- {get_param: HeatAuthEncryptionKey}
|
||||||
- {get_param: [DefaultPasswords, heat_auth_encryption_key]}
|
- {get_param: [DefaultPasswords, heat_auth_encryption_key]}
|
||||||
|
heat::engine::plugin_dirs: {get_param: HeatEnginePluginDirs}
|
||||||
-
|
-
|
||||||
if:
|
if:
|
||||||
- heat_workers_unset
|
- heat_workers_unset
|
||||||
|
Loading…
x
Reference in New Issue
Block a user