new reboot action for VM openstack. 37/55137/2
authorvidhyasree <sn141y@att.com>
Wed, 20 Jun 2018 15:49:13 +0000 (11:49 -0400)
committerTakamune Cho <tc012c@att.com>
Wed, 20 Jun 2018 18:35:30 +0000 (18:35 +0000)
Issue-ID: APPC-1011
Change-Id: I4a6f2ef0e09613d76b6ec68b889ed0eb85a34b9f
Signed-off-by: vidhyasree <sn141y@att.com>
appc-common/src/main/java/org/onap/appc/i18n/Msg.java
appc-common/src/main/resources/org/onap/appc/i18n/MessageResources.properties

index d60e259..d030959 100644 (file)
@@ -812,6 +812,10 @@ public enum Msg implements EELFResolvableErrorEnum {
 
     DETTACHINGVOLUME_SERVER,
 
+    REBOOT_SERVER,
+    /**
+     * {0} IAAS Adapter reboot  of server requested
+     */
     /**
      * Unsupported identity service version, unable to retrieve ServiceCatalog
      * for identity service {0}
index 8176a5a..323476e 100644 (file)
@@ -1052,3 +1052,9 @@ SSH_SESSION_CONFIG_ERROR=APPC0166E|\
   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.
+
+REBOOT_SERVER=APPC0167I|\
+  {0} IAAS Adapter reboot of server requested|\
+  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.