JAMES-2525 Keystone 3 should use keystone3 API name

Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/a9c91974
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/a9c91974
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/a9c91974

Branch: refs/heads/master
Commit: a9c9197460c56ce2ef4c8366acec4bb79f6eb9a4
Parents: cb4adef
Author: Raphael Ouazana <[email protected]>
Authored: Thu Oct 11 11:41:38 2018 +0200
Committer: Benoit Tellier <[email protected]>
Committed: Mon Oct 15 13:17:08 2018 +0700

----------------------------------------------------------------------
 .../blob/objectstorage/swift/SwiftKeystone3ObjectStorage.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/a9c91974/server/blob/blob-objectstorage/src/main/java/org/apache/james/blob/objectstorage/swift/SwiftKeystone3ObjectStorage.java
----------------------------------------------------------------------
diff --git 
a/server/blob/blob-objectstorage/src/main/java/org/apache/james/blob/objectstorage/swift/SwiftKeystone3ObjectStorage.java
 
b/server/blob/blob-objectstorage/src/main/java/org/apache/james/blob/objectstorage/swift/SwiftKeystone3ObjectStorage.java
index 13350ea..6262eb9 100644
--- 
a/server/blob/blob-objectstorage/src/main/java/org/apache/james/blob/objectstorage/swift/SwiftKeystone3ObjectStorage.java
+++ 
b/server/blob/blob-objectstorage/src/main/java/org/apache/james/blob/objectstorage/swift/SwiftKeystone3ObjectStorage.java
@@ -40,7 +40,7 @@ import com.google.common.collect.ImmutableSet;
 import com.google.inject.Module;
 
 public class SwiftKeystone3ObjectStorage {
-    public static final String AUTH_API_NAME = "keystone2";
+    public static final String AUTH_API_NAME = "keystone3";
 
     private static final Iterable<Module> JCLOUDS_MODULES =
         ImmutableSet.of(new SLF4JLoggingModule());


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to