diff options
author | talio <tali.orenbach@amdocs.com> | 2017-10-30 14:26:41 +0200 |
---|---|---|
committer | talio <tali.orenbach@amdocs.com> | 2017-10-30 14:26:41 +0200 |
commit | b95378760236db2730a7ddad978ead778981252b (patch) | |
tree | 5556f0b105118a9a4d49a1737b439fb3f21431f5 /common | |
parent | 18eb9bba9880a36675bed5241c0ef66353f672a2 (diff) |
global types
Add property for fixed ips type
Issue - Id : SDC-549
Change-Id: I3e2df85f1cb6d2a3c9c8fe9841466d5ede656ab7
Signed-off-by: talio <tali.orenbach@amdocs.com>
Diffstat (limited to 'common')
-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 |