Code review comment for lp:~vila/uci-engine/1295324-testbed-unreachable

Revision history for this message
Andy Doan (doanac) wrote :

40 + time.sleep(30)
41 + log.exception('Rate limit while acquiring nova console'
42 + ' for {}'.format(self.instance.id))

nothing huge, but putting the log message before the time.sleep might make tailing the logfile more friendly.

« Back to merge proposal