Changed yaml boolean from 'no' to 'false' Up from version 0.12.17 ruamel.yaml does not support 'no' as a boolean value, as it complies with the yaml1.2 spec.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/baafbcd9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/baafbcd9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/baafbcd9 Branch: refs/heads/ARIA-96-less-strict-dependencies Commit: baafbcd9341c121f1f51fe5e5c042c305426d162 Parents: 46c40b3 Author: Avia Efrat <[email protected]> Authored: Sun Mar 12 14:37:39 2017 +0200 Committer: Avia Efrat <[email protected]> Committed: Sun Mar 12 14:37:39 2017 +0200 ---------------------------------------------------------------------- examples/tosca-simple-1.0/use-cases/non-normative-types.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/baafbcd9/examples/tosca-simple-1.0/use-cases/non-normative-types.yaml ---------------------------------------------------------------------- diff --git a/examples/tosca-simple-1.0/use-cases/non-normative-types.yaml b/examples/tosca-simple-1.0/use-cases/non-normative-types.yaml index fa826f5..24f22a3 100644 --- a/examples/tosca-simple-1.0/use-cases/non-normative-types.yaml +++ b/examples/tosca-simple-1.0/use-cases/non-normative-types.yaml @@ -155,7 +155,7 @@ node_types: properties: # Property to supply the desired implementation in the Github repository github_url: - required: no + required: false type: string description: location of the application on the github. default: https://github.com/mmm/testnode.git
