Remove unreachable line

This patch set removes unreachable line from nova_helper.py

Change-Id: I0befe271cc244b73fb9f4d79cc1d04b951b67135
Closes-Bug: #1617354
This commit is contained in:
Viacheslav Samarin 2016-08-26 17:43:54 +03:00
parent 5fe6281e5c
commit 103f541abd
1 changed files with 0 additions and 2 deletions

View File

@ -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'). \