From a15d4951fe5f3aa243ceed45d3250f8fe722143b Mon Sep 17 00:00:00 2001 From: "Manzon, Inna (im453s)" Date: Wed, 12 Dec 2018 17:47:01 +0200 Subject: Fabric configuration change Change-Id: I584bbce2bdd45c6873ca3ed3b8b8820530d4804b Issue-ID: SDC-1998 Signed-off-by: Manzon, Inna (im453s) --- .../src/main/java/org/openecomp/sdc/heat/services/HeatConstants.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openecomp-be/lib/openecomp-heat-lib/src') diff --git a/openecomp-be/lib/openecomp-heat-lib/src/main/java/org/openecomp/sdc/heat/services/HeatConstants.java b/openecomp-be/lib/openecomp-heat-lib/src/main/java/org/openecomp/sdc/heat/services/HeatConstants.java index 1fedcfbac2..31c0b6e437 100644 --- a/openecomp-be/lib/openecomp-heat-lib/src/main/java/org/openecomp/sdc/heat/services/HeatConstants.java +++ b/openecomp-be/lib/openecomp-heat-lib/src/main/java/org/openecomp/sdc/heat/services/HeatConstants.java @@ -63,6 +63,8 @@ public class HeatConstants { public static final String ENABLE_DHCP_PROPERTY_NAME = "enable_dhcp"; public static final String VALUE_SPECS_PROPERTY_NAME = "value_specs"; public static final String ATT_FABRIC_CONFIGURATION_REQUIRED = "ATT_FABRIC_CONFIGURATION_REQUIRED"; + public static final String VALUE_SPECS_BINDING_PROFILE_PROPERTY_NAME = "binding:profile"; + public static final String VALUE_SPECS_FABRIC_CONFIG_PROPERTY_NAME = "fabric_config"; private HeatConstants() { //Hide the implicit constructor -- cgit 1.2.3-korg