[ 
https://issues.apache.org/jira/browse/WHIRR-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12991196#comment-12991196
 ] 

Adrian Cole commented on WHIRR-124:
-----------------------------------

another pattern:

If you want to code based on EC2-specific features... 

instead of:
    if (clusterSpec.getProvider().equals("aws-ec2")) {

do:
    if (computeServiceContext.getProviderSpecificContext().getApi() instanceof
          EC2Client) {


> Upgrade to jclouds 1.0-beta-9
> -----------------------------
>
>                 Key: WHIRR-124
>                 URL: https://issues.apache.org/jira/browse/WHIRR-124
>             Project: Whirr
>          Issue Type: Improvement
>          Components: core
>            Reporter: Tom White
>            Assignee: Adrian Cole
>         Attachments: WHIRR-124.patch, WHIRR-124.patch
>
>
> We should upgrade to the latest jclouds release when it comes out.  This 
> includes support for Eucalyptus as well a number of fixes to EC2.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to