You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloudify_configuration/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ It will also be used as a target in relationships with nodes consuming the confi
32
32
33
33
```yaml
34
34
configuration:
35
-
type: configuration_loader
35
+
type: cloudify.nodes.ConfigurationLoader
36
36
properties:
37
37
parameters_json: { get_input: parameters_json }
38
38
```
@@ -109,7 +109,7 @@ properties with the values relevant as specified in the `params_list`
109
109
deep_error_check: true
110
110
params: { get_attribute: [SELF, params] }
111
111
relationships:
112
-
- type: load_from_config
112
+
- type: cloudify.relationships.load_from_config
113
113
target: configuration
114
114
```
115
115
@@ -201,7 +201,7 @@ Configuration loader holds the entire configuration in it’s runtime properties
201
201
202
202
**Relationships:**
203
203
204
-
* `load_from_config`: Derived from `cloudify.relationships.depends_on` and must be used with target node only, e.g.: `cloudify.terminal.raw`.
204
+
* `cloudify.relationships.load_from_config`: Derived from `cloudify.relationships.depends_on` and must be used with target node only, e.g.: `cloudify.nodes.terminal.Raw`.
205
205
Update `params` in depended node by filter in `params_list` and is called before `configuration` action in node.
0 commit comments