diff options
author | Modaboina, Kusumakumari (km583p) <km583p@us.att.com> | 2018-09-07 15:32:46 -0400 |
---|---|---|
committer | Modaboina, Kusumakumari (km583p) <km583p@us.att.com> | 2018-09-07 15:39:07 -0400 |
commit | ae3e71c489d17e4d7604521922926e87874e4bfd (patch) | |
tree | c386f9ea66c3605cf2c1e962eaf6b710e2a43758 /appc-core/appc-common-bundle/src | |
parent | e2454d1b226e7a350da11404cb7d1fad40510ca7 (diff) |
Misleading err msg failed to rebuild for snapshot.
Issue-ID: APPC-1196
Change-Id: I017528097939c89794afb8753db429886269c7c8
Signed-off-by: Modaboina, Kusumakumari (km583p) <km583p@us.att.com>
Diffstat (limited to 'appc-core/appc-common-bundle/src')
-rw-r--r-- | appc-core/appc-common-bundle/src/main/java/org/onap/appc/i18n/Msg.java | 5 | ||||
-rw-r--r-- | appc-core/appc-common-bundle/src/main/resources/org/onap/appc/i18n/MessageResources.properties | 5 |
2 files changed, 10 insertions, 0 deletions
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 @@ -833,6 +833,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} */ SSH_SESSION_CONFIG_ERROR 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. |