diff options
author | julien zhang <zhang.jun3g@zte.com.cn> | 2016-06-16 09:25:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-16 09:25:25 +0000 |
commit | 5359c6d752c29d10d8c0459f47bb7697203f1515 (patch) | |
tree | 35be723d0a5d1be912ff9d72991171a5235bbcc7 /tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/subsystem.yaml | |
parent | 19c8bc04f854a448bf5778ab00c6260a04700980 (diff) | |
parent | 46e69c3142c04e54125624569c814ff52a07b562 (diff) |
Merge "The definition in test file subsystem.yaml is error"
Diffstat (limited to 'tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/subsystem.yaml')
-rw-r--r-- | tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/subsystem.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/subsystem.yaml b/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/subsystem.yaml index b27e698..99d645b 100644 --- a/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/subsystem.yaml +++ b/tosca2heat/tosca-parser/toscaparser/tests/data/topology_template/subsystem.yaml @@ -12,12 +12,15 @@ topology_template: inputs: mq_server_ip: type: string + required: true description: IP address of the message queuing server to receive messages from. receiver_port: type: string + required: true description: Port to be used for receiving messages. my_cpus: type: integer + default: 2 description: Number of CPUs for the server. constraints: - valid_values: [ 1, 2, 4, 8 ] |