summaryrefslogtreecommitdiffstats
path: root/appc-common
diff options
context:
space:
mode:
Diffstat (limited to 'appc-common')
-rw-r--r--appc-common/src/main/java/org/onap/appc/i18n/Msg.java4
-rw-r--r--appc-common/src/main/resources/org/onap/appc/i18n/MessageResources.properties6
2 files changed, 10 insertions, 0 deletions
diff --git a/appc-common/src/main/java/org/onap/appc/i18n/Msg.java b/appc-common/src/main/java/org/onap/appc/i18n/Msg.java
index d60e25938..d03095900 100644
--- a/appc-common/src/main/java/org/onap/appc/i18n/Msg.java
+++ b/appc-common/src/main/java/org/onap/appc/i18n/Msg.java
@@ -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}
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 8176a5ad9..323476e47 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
@@ -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.