Merge "Use full name for consistency in main definition"

This commit is contained in:
Jenkins 2016-08-29 23:52:01 +00:00 committed by Gerrit Code Review
commit eb320ec8bc

View File

@ -673,7 +673,7 @@ capability_types:
publish_ports: publish_ports:
type: list type: list
entry_schema: entry_schema:
type: PortSpec type: tosca.datatypes.network.PortSpec
required: false required: false
description: > description: >
List of ports mappings from source (Docker container) List of ports mappings from source (Docker container)
@ -681,7 +681,7 @@ capability_types:
expose_ports: expose_ports:
type: list type: list
entry_schema: entry_schema:
type: PortSpec type: tosca.datatypes.network.PortSpec
required: false required: false
description: > description: >
List of ports mappings from source (Docker container) to expose List of ports mappings from source (Docker container) to expose
@ -801,7 +801,7 @@ data_types:
constraints: constraints:
- valid_values: [ udp, tcp, igmp ] - valid_values: [ udp, tcp, igmp ]
target: target:
type: PortDef type: tosca.datatypes.network.PortDef
required: false required: false
target_range: target_range:
type: range type: range
@ -809,7 +809,7 @@ data_types:
constraints: constraints:
- in_range: [ 1, 65535 ] - in_range: [ 1, 65535 ]
source: source:
type: PortDef type: tosca.datatypes.network.PortDef
required: false required: false
source_range: source_range:
type: range type: range