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 <Sabeel.Ansari@windriver.com> Change-Id: Iacdf8c18daf412b0ac6d9d8aa89de1c4026356b7
This commit is contained in:
parent
c5012a7127
commit
bcee98f7db
@ -1357,11 +1357,11 @@
|
||||
500.200:
|
||||
Type: Alarm
|
||||
Description: |-
|
||||
Certificate ‘system certificate-show <uuid>' (mode=<ssl/ssl_ca/docker_registry/openstack/openstack_ca>) expiring soon on <date>.
|
||||
Certificate 'system certificate-show <uuid>' (mode=<ssl/ssl_ca/docker_registry/openstack/openstack_ca>) expiring soon on <date>.
|
||||
OR
|
||||
Certificate ‘<Namespace>/<Certificate/Secret>’ expiring soon on <date>.
|
||||
Certificate '<Namespace>/<Certificate/Secret>' expiring soon on <date>.
|
||||
OR
|
||||
Certificate ‘<k8sRootCA/EtcdCA>’ expiring soon on <date>.
|
||||
Certificate '<k8sRootCA/EtcdCA>' expiring soon on <date>.
|
||||
Entity_Instance_ID: |-
|
||||
system.certificate.mode=<mode>.uuid=<uuid>
|
||||
OR
|
||||
@ -1384,11 +1384,11 @@
|
||||
500.210:
|
||||
Type: Alarm
|
||||
Description: |-
|
||||
Certificate ‘system certificate-show <uuid>' (mode=<ssl/ssl_ca/docker_registry/openstack/openstack_ca>) expired.
|
||||
Certificate 'system certificate-show <uuid>' (mode=<ssl/ssl_ca/docker_registry/openstack/openstack_ca>) expired.
|
||||
OR
|
||||
Certificate ‘<Namespace>/<Certificate/Secret>’ expired.
|
||||
Certificate '<Namespace>/<Certificate/Secret>' expired.
|
||||
OR
|
||||
Certificate ‘<k8sRootCA/EtcdRootCA>’ expired.
|
||||
Certificate '<k8sRootCA/EtcdRootCA>' expired.
|
||||
Entity_Instance_ID: |-
|
||||
system.certificate.mode=<mode>.uuid=<uuid>
|
||||
OR
|
||||
|
Loading…
Reference in New Issue
Block a user