From 103f541abd4386aa61947b3103db94235d33e2c5 Mon Sep 17 00:00:00 2001 From: Viacheslav Samarin Date: Fri, 26 Aug 2016 17:43:54 +0300 Subject: [PATCH] Remove unreachable line This patch set removes unreachable line from nova_helper.py Change-Id: I0befe271cc244b73fb9f4d79cc1d04b951b67135 Closes-Bug: #1617354 --- watcher/common/nova_helper.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/watcher/common/nova_helper.py b/watcher/common/nova_helper.py index 6b2e78113..cb839f224 100644 --- a/watcher/common/nova_helper.py +++ b/watcher/common/nova_helper.py @@ -339,8 +339,6 @@ class NovaHelper(object): return True - return False - def enable_service_nova_compute(self, hostname): if self.nova.services.enable(host=hostname, binary='nova-compute'). \