Merge "Remove reference to TaskManagerStopped exception"

This commit is contained in:
Zuul 2019-04-05 20:02:49 +00:00 committed by Gerrit Code Review
commit a795264fcf
1 changed files with 0 additions and 4 deletions

View File

@ -241,10 +241,6 @@ class OpenStackNodeLauncher(NodeLauncher):
try: try:
self._launchNode() self._launchNode()
break break
except openstack.exceptions.TaskManagerStopped:
# If we lost our TaskManager session, we won't be able to
# launch an instance, so there's no need to continue.
raise
except kze.SessionExpiredError: except kze.SessionExpiredError:
# If we lost our ZooKeeper session, we've lost our node lock # If we lost our ZooKeeper session, we've lost our node lock
# so there's no need to continue. # so there's no need to continue.