openstack-ansible-os_neutron/handlers
Kevin Carter cfb341a368 Add conditional around the pid clean up process
The NS metadata proxy pid cleanup process hunts for and removes
PIDs executing old code by using version tags. Under certain
conditions it's possible for an old PID to have expired before
the cleanup action has run. This change simply wraps the
`pkill` command with a test to ensure the task isn't failing.
Should a PID actually be cleaned up the task will print to stdout
and log using the logger command.

Closes-Bug: #1627185
Change-Id: I8c012feb399f8ca65172e9404b859c8f6111de35
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-09-27 21:06:28 +00:00
..
main.yml Add conditional around the pid clean up process 2016-09-27 21:06:28 +00:00