[
https://issues.apache.org/jira/browse/JCLOUDS-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15030937#comment-15030937
]
Xianguang Zhou commented on JCLOUDS-1040:
-----------------------------------------
https://github.com/jclouds/jclouds/pull/886
> Create OpenStack Api(NovaApi/NeutronApi/CinderApi......) by "Access" object
> ---------------------------------------------------------------------------
>
> Key: JCLOUDS-1040
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1040
> Project: jclouds
> Issue Type: New Feature
> Reporter: Xianguang Zhou
>
> Create OpenStack Api(NovaApi/NeutronApi/CinderApi......) by "Access" object.
> The "Access" class is "org.jclouds.openstack.keystone.v2_0.domain.Access" .
> For example:
> NovaApi novaApi = ContextBuilder.newBuilder(provider)
> .endpoint("http://xxx.xxx.xxx.xxx:5000/v2.0/")
> .credentials(identity, "")
> .fromAccess(access)
> .modules(modules)
> .buildApi(NovaApi.class);
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)