From 15926e89c324b3b4ca2ac3252af204548adc371b Mon Sep 17 00:00:00 2001 From: kusuma kumari M Date: Mon, 22 Jan 2018 12:36:00 -0500 Subject: code fix for OS attach volumes and dettach volumes Issue-ID: APPC-448 Change-Id: I348108a8fb49a42c79039975e8470442a0f80dd2 Signed-off-by: kusuma kumari M --- .../org/onap/appc/i18n/MessageResources.properties | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'appc-common/src/main') 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 7ffb220a1..a38a9255d 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 @@ -542,6 +542,18 @@ INVALID_REQUIRED_PROPERTY=APPC0065E|\ supply the syntax required for the property.|\ Correct the property and retry. +ATTACHINGVOLUME_SERVER=APPC0068I|\ + {0} IAAS Adapter attaching of volume to server requested|\ + No resolution required|\ + A graph has invoked the IAAS adapter and has requested the attaching of volume to server. The \ + properties that govern the request are echoed immediately following this message. + +DETTACHINGVOLUME_SERVER=APPC0069I|\ + {0} IAAS Adapter detaching of volume from server requested|\ + No resolution required|\ + A graph has invoked the IAAS adapter and has requested the detaching of volume from server. The \ + properties that govern the request are echoed immediately following this message. + MIGRATING_SERVER=APPC066I|\ {0} IAAS Adapter migrate of server requested|\ No resolution required|\ @@ -1017,4 +1029,4 @@ IAAS_UNSUPPORTED_IDENTITY_SERVICE=APPC0163E|\ Verify the identity url provided is correct. Currently supported version of the OpenStack identity servicer\ are v2 and v3. If a support for a new version in required contact development.|\ This message indicates that a request was made to connect to an unsupported version of \ - identity service. \ No newline at end of file + identity service. -- cgit 1.2.3-korg