4a66fa833e
Those hopefully are of benefit. The major bit of the change is stopping to use prelude section for all current release notes. This is because the section is supposed to contain global release notes, not feature-specific. Other tweaks are open for debate. Change-Id: I1d5e46591195a9756ee9fd5276f163794c366528
9 lines
415 B
YAML
9 lines
415 B
YAML
---
|
|
features:
|
|
- A new mechanism has been added to the ``neutron-netns-cleanup`` tool that
|
|
allows to kill processes listening on any ``Unix`` or network socket within
|
|
a namespace. The new mechanism will try to kill those processes gracefully
|
|
using the ``SIGTERM`` signal and, if they refuse to die, then the
|
|
``SIGKILL`` signal will be sent to each remaining process to ensure a
|
|
proper cleanup.
|