Skip to content

Commit 7fd6872

Browse files
author
ywang19
committed
fix the issue which causes keystone authentication context has been igorned
Signed-off-by: ywang19 <yaguang.wang@intel.com>
1 parent b51d345 commit 7fd6872

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/cosbench-driver/src/com/intel/cosbench/driver/agent/AuthAgent.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ protected void execute() {
7474
private AuthContext login() {
7575
Logger logger = getMissionLogger();
7676
AuthAPI authApi = workerContext.getAuthApi();
77-
if(authApi instanceof NoneAuth) // bypass caching handling for NoneAuth.
78-
return null;
77+
7978
int attempts = 0;
8079
while (attempts++ < loginAttempts - 1)
8180
try {

0 commit comments

Comments
 (0)