Fix for EELF Logging in appc Common 39/39139/2
authorDilip kumar Pampana <dp583p@att.com>
Tue, 27 Mar 2018 15:28:25 +0000 (11:28 -0400)
committerRanda Maher <rx196w@att.com>
Tue, 27 Mar 2018 20:06:45 +0000 (20:06 +0000)
 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>
appc-common/src/main/resources/org/onap/appc/i18n/MessageResources.properties

index 49999c5..8176a5a 100644 (file)
@@ -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.