Registry / cloud / openstack-keystone

openstack-keystone

JSON →
library2.7.0javamavenunverified

jclouds components to access an implementation of OpenStack Keystone.

<dependency> <groupId>org.apache.jclouds.api</groupId> <artifactId>openstack-keystone</artifactId> <version>2.7.0</version> </dependency>
INSTALL
IMPORT
SIG · OPENSTACK-KEYSTONE
O
openstack-keystone
cloudjavav2.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KeystoneApi
org.jclouds.openstack.keystone.v2_0.KeystoneApi

Connects to OpenStack Keystone and lists tenants.

import org.jclouds.openstack.keystone.v2_0.KeystoneApi; import org.jclouds.openstack.keystone.v2_0.features.TenantApi; import org.jclouds.ContextBuilder; public class Example { public static void main(String[] args) { KeystoneApi api = ContextBuilder.newBuilder("openstack-keystone") .endpoint("http://example.com:5000/v2.0") .credentials("tenant:user", "password") .buildApi(KeystoneApi.class); TenantApi tenantApi = api.getTenantApi(); System.out.println(tenantApi.list().size()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.7.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Amazon
1
Resources
openstack-keystone — mvn dependency:get openstack-keystone · libregistry