neutron/releasenotes/notes/netns_cleanup_kill_procs-af88d8c47c07dd9c.yaml
Ihar Hrachyshka 4a66fa833e Multiple tweaks for Ocata release notes
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
2017-01-15 01:46:21 +00:00

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.