aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-heat-lib/src/main/java
diff options
context:
space:
mode:
authorShnaider, Marina (ms7589) <ms7589@intl.att.com>2018-08-08 17:47:32 +0300
committerAvi Gaffa <avi.gaffa@amdocs.com>2018-08-12 07:19:36 +0000
commitaa7e0f9134195fe89bb96b3971d7821df217ff32 (patch)
treece20341ba1a32c839765bf5dfb072bb169a365ff /openecomp-be/lib/openecomp-heat-lib/src/main/java
parentc15ef65197789965734fb3aa90e9ea50bda05045 (diff)
SRIOV for SDNF
Adding Fabric Configuration capability to the VFC/ compute Change-Id: Ia518c56b75ec5355af94c28ac0b6bcfe11bc0d1e Issue-ID: SDC-1601 Signed-off-by: Shnaider, Marina (ms7589) <ms7589@intl.att.com>
Diffstat (limited to 'openecomp-be/lib/openecomp-heat-lib/src/main/java')
-rw-r--r--openecomp-be/lib/openecomp-heat-lib/src/main/java/org/openecomp/sdc/heat/services/HeatConstants.java2
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 618418a59e..1fedcfbac2 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
@@ -61,6 +61,8 @@ public class HeatConstants {
public static final String NETWORK_PROPERTY_NAME = "network";
public static final String SUBNETS_PROPERTY_NAME = "subnets";
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";
private HeatConstants() {
//Hide the implicit constructor