From bcee98f7db808d29b4416803bd87815e6721ccd8 Mon Sep 17 00:00:00 2001 From: Sabeel Ansari Date: Tue, 31 Aug 2021 14:07:44 -0400 Subject: [PATCH] Fix quotes in new alarm doc Recent commit to add Expiring-Soon and Expired alarm IDs and description resulted in failure in Openstack app with following error. UnicodeEncodeError: 'ascii' codec can't encode character u'\u2018' in position 12: ordinal not in range(128) The problem was traced to incorrect quotation marks in Description field. Tested with a fix of the quotes and fm-rest-api pod was able to come up successfully. Story: 2008946 Task: 43049 Signed-off-by: Sabeel Ansari Change-Id: Iacdf8c18daf412b0ac6d9d8aa89de1c4026356b7 --- fm-doc/fm_doc/events.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fm-doc/fm_doc/events.yaml b/fm-doc/fm_doc/events.yaml index d465f70f..009f3657 100755 --- a/fm-doc/fm_doc/events.yaml +++ b/fm-doc/fm_doc/events.yaml @@ -1357,11 +1357,11 @@ 500.200: Type: Alarm Description: |- - Certificate ‘system certificate-show ' (mode=) expiring soon on . + Certificate 'system certificate-show ' (mode=) expiring soon on . OR - Certificate ‘/’ expiring soon on . + Certificate '/' expiring soon on . OR - Certificate ‘’ expiring soon on . + Certificate '' expiring soon on . Entity_Instance_ID: |- system.certificate.mode=.uuid= OR @@ -1384,11 +1384,11 @@ 500.210: Type: Alarm Description: |- - Certificate ‘system certificate-show ' (mode=) expired. + Certificate 'system certificate-show ' (mode=) expired. OR - Certificate ‘/’ expired. + Certificate '/' expired. OR - Certificate ‘’ expired. + Certificate '' expired. Entity_Instance_ID: |- system.certificate.mode=.uuid= OR