From c447d007c8f241085092e6088c78d36bbc8164db Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Fri, 8 Jul 2016 10:32:55 -0500 Subject: [PATCH] Switch to backticks in release note This patch updates the release note for the metadata fix to use backticks so that the names of the processes are rendered in monospace. Change-Id: I850c8c60c09ee144921ab6f5b990d02f973e6302 --- .../notes/metadata-proxy-cleanup-eed6ff482035dc83.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasenotes/notes/metadata-proxy-cleanup-eed6ff482035dc83.yaml b/releasenotes/notes/metadata-proxy-cleanup-eed6ff482035dc83.yaml index 74ec7cb9..61a25709 100644 --- a/releasenotes/notes/metadata-proxy-cleanup-eed6ff482035dc83.yaml +++ b/releasenotes/notes/metadata-proxy-cleanup-eed6ff482035dc83.yaml @@ -1,10 +1,10 @@ --- fixes: - - When upgrading it is possible for an old "neutron-ns-metadata-proxy" + - When upgrading it is possible for an old ``neutron-ns-metadata-proxy`` process to remain running in memory. If this happens the old version of the process can cause unexpected issues in a production environment. To fix this a task has been added to the os_neutron role that will execute - a process lookup and kill any "neutron-ns-metadata-proxy" processes that + a process lookup and kill any ``neutron-ns-metadata-proxy`` processes that are not running the current release tag. Once the old processes are removed the metadata agent running will respawn everything needed within 60 seconds.