Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: ntStackTrace(); } finally { jCloudsSwift.close(); } } private void init() { Iterable<Module> modules = ImmutableSet.<Module> of( new SLF4JLoggingModule()); String provider = "swift-keystone"; String identity = "demo:demo"; // tenantName:userName String password = "devstack"; // demo account uses ADMIN_PASSWORD too BlobStoreContext context = ContextBuilder.newBuilder(provider) .endpoint("http://172.16.0.1:5000/v2.0/") .credentials(identity, password) .modules(modules) .buildView(BlobStoreContext.class); storage = context.ge […]
↧