diff options
author | wejs <maciej.wejs@nokia.com> | 2018-02-07 17:19:59 +0100 |
---|---|---|
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | 2018-02-19 17:16:48 +0000 |
commit | 3a88d01cee90090f7bf012ea33fe73576e55192a (patch) | |
tree | fdb75a4385784a273250d753ac5a88388efc47d5 /openecomp-be/lib/openecomp-common-lib/src | |
parent | 38b4e81eab76202bcafdec7e0b6374679090ce7e (diff) |
Heat Validation - VirtualMachineInterface
Issue-ID: SDC-994
Change-Id: I0fd23862eebf65437ab0e1a1ad1d44c9a2944990
Signed-off-by: katy.rotman <katy.rotman@amdocs.com>
Diffstat (limited to 'openecomp-be/lib/openecomp-common-lib/src')
-rw-r--r-- | openecomp-be/lib/openecomp-common-lib/src/main/java/org/openecomp/sdc/common/errors/Messages.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openecomp-be/lib/openecomp-common-lib/src/main/java/org/openecomp/sdc/common/errors/Messages.java b/openecomp-be/lib/openecomp-common-lib/src/main/java/org/openecomp/sdc/common/errors/Messages.java index af6166bda2..150783c0e8 100644 --- a/openecomp-be/lib/openecomp-common-lib/src/main/java/org/openecomp/sdc/common/errors/Messages.java +++ b/openecomp-be/lib/openecomp-common-lib/src/main/java/org/openecomp/sdc/common/errors/Messages.java @@ -124,6 +124,10 @@ public enum Messages { "Wrong value assigned to a ResourceGroup index_var property (functions are not allowed" + " but only strings), Resource ID [%s]"), CONTRAIL_2_IN_USE("Contrail 2.x deprecated resource is in use, Resource ID [%s]"), + VLAN_SUBINTERFACE_MORE_THAN_ONE_PORT("More than one parent port found, there should be only one parent port for a VLAN sub-interface ID [%s]"), + VLAN_SUBINTERFACE_MISSING_TAG_PROPERTY("VLAN Tag property " + + "virtual_machine_interface_properties_sub_interface_vlan_tag is missing in VLAN Resource ID [%s]"), + VLAN_SUBINTERFACE_MISSING_REFS_PROPERTY("Parent port property virtual_machine_interface_refs is missing in VLAN Resource ID [%s]"), /* warnings */ REFERENCED_RESOURCE_NOT_FOUND("Referenced resource - %s not found"), |