-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display the right location when required property unassigned, related…
… to issue #40
- Loading branch information
1 parent
9b63c52
commit 2b40f6b
Showing
3 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# https://github.com/Orange-OpenSource/Cloudnet-TOSCA-toolbox/issues/40 | ||
tosca_definitions_version: tosca_simple_yaml_1_3 | ||
|
||
capability_types: | ||
CT: | ||
properties: | ||
p1: | ||
type: integer | ||
|
||
node_types: | ||
NT: | ||
capabilities: | ||
c1: | ||
type: CT | ||
|
||
topology_template: | ||
node_templates: | ||
n1: | ||
type: NT | ||
# ERROR: p1 required property unassigned |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters