From b95378760236db2730a7ddad978ead778981252b Mon Sep 17 00:00:00 2001 From: talio Date: Mon, 30 Oct 2017 14:26:41 +0200 Subject: global types Add property for fixed ips type Issue - Id : SDC-549 Change-Id: I3e2df85f1cb6d2a3c9c8fe9841466d5ede656ab7 Signed-off-by: talio --- .../src/main/resources/globalTypes/openecomp-heat/data.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common/openecomp-tosca-datatype/src/main/resources') 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 -- cgit 1.2.3-korg