diff options
Diffstat (limited to 'openecomp-be/lib/openecomp-heat-lib/src')
-rw-r--r-- | openecomp-be/lib/openecomp-heat-lib/src/main/java/org/openecomp/sdc/heat/services/HeatConstants.java | 2 |
1 files changed, 2 insertions, 0 deletions
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 |