Skip to content

Commit

Permalink
fix the issue which causes keystone authentication context has been i…
Browse files Browse the repository at this point in the history
…gorned

Signed-off-by: ywang19 <[email protected]>
  • Loading branch information
ywang19 committed Apr 14, 2015
1 parent b51d345 commit 7fd6872
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ protected void execute() {
private AuthContext login() {
Logger logger = getMissionLogger();
AuthAPI authApi = workerContext.getAuthApi();
if(authApi instanceof NoneAuth) // bypass caching handling for NoneAuth.
return null;

int attempts = 0;
while (attempts++ < loginAttempts - 1)
try {
Expand Down

0 comments on commit 7fd6872

Please sign in to comment.