Merge "Switch to backticks in release note"

This commit is contained in:
Jenkins 2016-07-08 18:12:38 +00:00 committed by Gerrit Code Review
commit d7ccb4687a

View File

@ -1,10 +1,10 @@
--- ---
fixes: 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 process to remain running in memory. If this happens the old version of
the process can cause unexpected issues in a production environment. To 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 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 are not running the current release tag. Once the old processes are
removed the metadata agent running will respawn everything needed within removed the metadata agent running will respawn everything needed within
60 seconds. 60 seconds.