]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove unused kill method from Service
authorGorka Eguileor <geguileo@redhat.com>
Tue, 16 Feb 2016 18:09:16 +0000 (19:09 +0100)
committerGorka Eguileor <geguileo@redhat.com>
Tue, 16 Feb 2016 18:20:10 +0000 (19:20 +0100)
commit010df28d76a2ec02d348da45db2f822b21bedc79
tree28ea175dccf0bb989aaed6d4ebabac3332bbd525
parent598e35c337c6acf0f7558a874e85c727fc0fbde2
Remove unused kill method from Service

In Service class we have a kill method that must have been inherited
from Nova code and that is not currently being used anywhere.

This patch removes this method instead of making it execute on SIGKILL
to preserve current behavior.

Change-Id: I50138d815ac93b171f246f4ecee9d1da1799e00d
cinder/service.py