Comment 5 for bug 1477907

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/13051
Committed: http://github.org/Juniper/contrail-controller/commit/eba050fcbdede3146979da609941e524b087495a
Submitter: Zuul
Branch: master

commit eba050fcbdede3146979da609941e524b087495a
Author: Sachin Bansal <email address hidden>
Date: Thu Aug 13 17:49:30 2015 -0700

Add retry on RuntimeError while connecting to api server

While connecting to API server, the library could raise RuntimeError if
authentication fails. During system init, it is possible that keystone server is
not yet up. We should retry on such failure.

Change-Id: I2cc84c1d6fbd3e78fb6cb42d3c21944b54c0061b
Closes-Bug: 1477907