You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Xianguang Zhou (JIRA)" <ji...@apache.org> on 2015/11/21 05:42:10 UTC

[jira] [Created] (JCLOUDS-1040) Create OpenStack Api(NovaApi/NeutronApi/CinderApi......) by "Access" object

Xianguang Zhou created JCLOUDS-1040:
---------------------------------------

             Summary: 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)