mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
fix flake8 error from removal of word Tower
This commit is contained in:
committed by
AlanCoding
parent
178bcb02a7
commit
c7fddc7ae7
@@ -191,9 +191,9 @@ def cluster_node_heartbeat(self):
|
|||||||
continue
|
continue
|
||||||
if Version(other_inst.version.split('-', 1)[0]) > Version(tower_application_version) and not settings.DEBUG:
|
if Version(other_inst.version.split('-', 1)[0]) > Version(tower_application_version) and not settings.DEBUG:
|
||||||
logger.error("Host {} reports version {}, but this node {} is at {}, shutting down".format(other_inst.hostname,
|
logger.error("Host {} reports version {}, but this node {} is at {}, shutting down".format(other_inst.hostname,
|
||||||
other_inst.version,
|
other_inst.version,
|
||||||
inst.hostname,
|
inst.hostname,
|
||||||
inst.version))
|
inst.version))
|
||||||
stop_local_services(['uwsgi', 'celery', 'beat', 'callback', 'fact'])
|
stop_local_services(['uwsgi', 'celery', 'beat', 'callback', 'fact'])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user