aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDilip kumar Pampana <dp583p@att.com>2018-03-27 11:28:25 -0400
committerRanda Maher <rx196w@att.com>2018-03-27 20:06:45 +0000
commit94c65fdbd1a9700fceb8b2c804669e95be30abf5 (patch)
treeb85c9e9656e11ac7cd12343e3ab71a64533a37fc
parent5548027fbf7dfe1a57ac3e5d5577bb43e4d3b18b (diff)
Fix for EELF Logging in appc Common
VM-level Start succeeds in starting the VM, but there are EELF Logging Errors Issue-ID: APPC-799 Change-Id: I67d76466a2ca6ff79cf1e6514b592a3877c59b92 Signed-off-by: Dilip kumar Pampana <dp583p@att.com>
-rw-r--r--appc-common/src/main/resources/org/onap/appc/i18n/MessageResources.properties8
1 files changed, 7 insertions, 1 deletions
diff --git a/appc-common/src/main/resources/org/onap/appc/i18n/MessageResources.properties b/appc-common/src/main/resources/org/onap/appc/i18n/MessageResources.properties
index 49999c563..8176a5ad9 100644
--- a/appc-common/src/main/resources/org/onap/appc/i18n/MessageResources.properties
+++ b/appc-common/src/main/resources/org/onap/appc/i18n/MessageResources.properties
@@ -459,6 +459,12 @@ STOPPING_SERVER=APPC0056I|\
A graph has invoked the IAAS adapter and has requested the server to be stopped. The \
properties that govern the request are echoed immediately following this message.
+STARTING_SERVER=APPC0057I|\
+ {0} IAAS Adapter start server requested|\
+ No resolution required|\
+ A graph has invoked the IAAS adapter and has requested the server to be start. The \
+ properties that govern the request are echoed immediately following this message.
+
REBUILD_SERVER_FAILED=APPC0057E|\
Server {0} (id {1}) failed to rebuild, reason {2}|\
The server rebuild failed for the indicated reason. Correct the cause of the failure and \
@@ -1045,4 +1051,4 @@ SSH_SESSION_CONFIG_ERROR=APPC0166E|\
Could not configure existing ssh session, reason: {0}|\
Correct the cause of the failure as indicated by the reason.|\
This message indicates that additional configuration for already opened ssh session has failed.\
- The reason returned by the session provider is included in the message. \ No newline at end of file
+ The reason returned by the session provider is included in the message.