From ae3e71c489d17e4d7604521922926e87874e4bfd Mon Sep 17 00:00:00 2001 From: "Modaboina, Kusumakumari (km583p)" Date: Fri, 7 Sep 2018 15:32:46 -0400 Subject: Misleading err msg failed to rebuild for snapshot. Issue-ID: APPC-1196 Change-Id: I017528097939c89794afb8753db429886269c7c8 Signed-off-by: Modaboina, Kusumakumari (km583p) --- appc-core/appc-common-bundle/java/org/onap/appc/i18n/Msg.java | 5 +++++ .../appc-common-bundle/src/main/java/org/onap/appc/i18n/Msg.java | 5 +++++ .../main/resources/org/onap/appc/i18n/MessageResources.properties | 5 +++++ 3 files changed, 15 insertions(+) (limited to 'appc-core/appc-common-bundle') diff --git a/appc-core/appc-common-bundle/java/org/onap/appc/i18n/Msg.java b/appc-core/appc-common-bundle/java/org/onap/appc/i18n/Msg.java index d60e25938..ad696cdef 100644 --- a/appc-core/appc-common-bundle/java/org/onap/appc/i18n/Msg.java +++ b/appc-core/appc-common-bundle/java/org/onap/appc/i18n/Msg.java @@ -827,6 +827,11 @@ public enum Msg implements EELFResolvableErrorEnum { * Ssh session with host {0} has timed out during command {1} execution */ SSH_CONNECTION_TIMEOUT, + + /** + *Connecting to image service {0}failed + */ + IMAGE_SERVICE_FAILED, /** * Could not configure existing ssh session, reason: {0} diff --git a/appc-core/appc-common-bundle/src/main/java/org/onap/appc/i18n/Msg.java b/appc-core/appc-common-bundle/src/main/java/org/onap/appc/i18n/Msg.java index d03095900..2fb6db835 100644 --- a/appc-core/appc-common-bundle/src/main/java/org/onap/appc/i18n/Msg.java +++ b/appc-core/appc-common-bundle/src/main/java/org/onap/appc/i18n/Msg.java @@ -832,6 +832,11 @@ public enum Msg implements EELFResolvableErrorEnum { */ SSH_CONNECTION_TIMEOUT, + /** + *Connecting to image service {0}failed + */ + IMAGE_SERVICE_FAILED, + /** * Could not configure existing ssh session, reason: {0} */ diff --git a/appc-core/appc-common-bundle/src/main/resources/org/onap/appc/i18n/MessageResources.properties b/appc-core/appc-common-bundle/src/main/resources/org/onap/appc/i18n/MessageResources.properties index 323476e47..0a6e2cdbe 100644 --- a/appc-core/appc-common-bundle/src/main/resources/org/onap/appc/i18n/MessageResources.properties +++ b/appc-core/appc-common-bundle/src/main/resources/org/onap/appc/i18n/MessageResources.properties @@ -1058,3 +1058,8 @@ REBOOT_SERVER=APPC0167I|\ No resolution required|\ A graph has invoked the IAAS adapter and has requested the reboot of a server. The \ properties that govern the request are echoed immediately following this message. + +IMAGE_SERVICE_FAILED=APPC0157E|\ + IAAS Adapter image service fail|\ + Connection to provider OpenStackProvider service Image at {0} failed.|\ + Correct the cause of the failure as indicated by the reason. -- cgit 1.2.3-korg