Merge "Fix logging for lb timeout operations"

This commit is contained in:
Jenkins 2017-09-21 12:39:58 +00:00 committed by Gerrit Code Review
commit b2065fadd9
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ def thread_op(manager, entity, delete=False, lb_create=False):
manager.failed_completion(context, entity)
return
time.sleep(poll_interval)
LOG.debug("Timeout has expired for load balancer {0} to complete an "
LOG.warning("Timeout has expired for load balancer {0} to complete an "
"operation. The last reported status was "
"{1}".format(entity.root_loadbalancer.id, prov_status))
manager.failed_completion(context, entity)