Remove unreachable line
This patch set removes unreachable line from nova_helper.py Change-Id: I0befe271cc244b73fb9f4d79cc1d04b951b67135 Closes-Bug: #1617354
This commit is contained in:
@@ -339,8 +339,6 @@ class NovaHelper(object):
|
|||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
return False
|
|
||||||
|
|
||||||
def enable_service_nova_compute(self, hostname):
|
def enable_service_nova_compute(self, hostname):
|
||||||
if self.nova.services.enable(host=hostname,
|
if self.nova.services.enable(host=hostname,
|
||||||
binary='nova-compute'). \
|
binary='nova-compute'). \
|
||||||
|
|||||||
Reference in New Issue
Block a user