[
https://issues.apache.org/jira/browse/JCLOUDS-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13667944#comment-13667944
]
ASF subversion and git services commented on JCLOUDS-82:
--------------------------------------------------------
Commit 001c13d63f08ec819f01d6993090a7e110454c89 in branch refs/heads/master
from Ignasi Barrera <[email protected]>
[
https://git-wip-us.apache.org/repos/asf?p=incubator-jclouds-chef.git;h=001c13d ]
JCLOUDS-82: Use unwrapApi from View and remove custom method in ChefContext
> Add a method to unwrap the target API from the view
> ---------------------------------------------------
>
> Key: JCLOUDS-82
> URL: https://issues.apache.org/jira/browse/JCLOUDS-82
> Project: jclouds
> Issue Type: Sub-task
> Components: jclouds-core
> Reporter: Ignasi Barrera
> Assignee: Ignasi Barrera
> Fix For: 1.7.0
>
> Attachments: JCLOUDS-82-chef.patch, JCLOUDS-82.patch
>
>
> See the comments in the parent issue.
> Add an unwrapApi() method to get at the underlying Api from a View. For
> example:
> ComputeServiceContext context =
> ContextBuilder.newBuilder("rackspace-cloudservers-us")
> .credentials(username, apiKey)
> .buildView(ComputeServiceContext.class);
> ComputeService compute = context.getComputeService();
> NovaApi novaApi = context.unwrapApi(NovaApi.class);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira