diff options
author | Avi Gaffa <avi.gaffa@amdocs.com> | 2017-10-30 13:10:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-30 13:10:12 +0000 |
commit | 200b1f81aef8faeb2493059091286ef6f7c31073 (patch) | |
tree | 5556f0b105118a9a4d49a1737b439fb3f21431f5 | |
parent | ff4b20bf1b5bec2a8b5d5e20ce3ff8a893edf9ff (diff) | |
parent | b95378760236db2730a7ddad978ead778981252b (diff) |
Merge "global types"
-rw-r--r-- | common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/data.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/data.yml b/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/data.yml index f320a9879b..c9dda19d5c 100644 --- a/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/data.yml +++ b/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/data.yml @@ -562,6 +562,12 @@ data_types: type: string status: SUPPORTED required: false + subnet_id: + type: string + description: Subnet in which to allocate the IP address for this port + required: false + status: SUPPORTED + org.openecomp.datatypes.heat.contrailV2.virtual.machine.interface.Properties: derived_from: tosca.datatypes.Root |