diff options
author | Manzon, Inna (im453s) <im453s@intl.att.com> | 2018-12-12 17:47:01 +0200 |
---|---|---|
committer | Manzon, Inna (im453s) <im453s@intl.att.com> | 2018-12-13 12:03:24 +0200 |
commit | a15d4951fe5f3aa243ceed45d3250f8fe722143b (patch) | |
tree | 7cd3dcdf12b6048890af50a2570445cfb665c1ab /openecomp-be/lib/openecomp-heat-lib | |
parent | f1890525b78f5f1f4e47e496f11ec51bf5f69d36 (diff) |
Fabric configuration change
Change-Id: I584bbce2bdd45c6873ca3ed3b8b8820530d4804b
Issue-ID: SDC-1998
Signed-off-by: Manzon, Inna (im453s) <im453s@intl.att.com>
Diffstat (limited to 'openecomp-be/lib/openecomp-heat-lib')
-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 |