[ 
https://issues.apache.org/jira/browse/JCLOUDS-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Abdysamat Mamutov updated JCLOUDS-1182:
---------------------------------------
    Description: 
In the following example:
{code:java}
context = ContextBuilder.newBuilder("aws-ec2" )
                                .credentials(accessKey, secretKey)
                                .modules( ImmutableSet.<Module> of(new 
Log4JLoggingModule(), new JschSshClientModule() ) )
                                .overrides( properties )
                                .buildView(ComputeServiceContext.class);

computeService = context.getComputeService();

computeService.listAssignableLocations()
{code}

in the returned list i don't see *ap-northeast-2* region (Seul).

  was:
In the following example:
{code:java}
context = ContextBuilder.newBuilder("aws-ec2" )
                                .credentials(accessKey, secretKey)
                                .modules( ImmutableSet.<Module> of(new 
Log4JLoggingModule(), new JschSshClientModule() ) )
                                .overrides( properties )
                                .buildView(ComputeServiceContext.class);

        computeService = context.getComputeService();

        computeService.listAssignableLocations()
{code}

in the returned list i don't see *ap-northeast-2* region (Seul).


> Missing region in `listAssignableLocations` for AWS EC2
> -------------------------------------------------------
>
>                 Key: JCLOUDS-1182
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1182
>             Project: jclouds
>          Issue Type: Bug
>            Reporter: Abdysamat Mamutov
>
> In the following example:
> {code:java}
> context = ContextBuilder.newBuilder("aws-ec2" )
>                                 .credentials(accessKey, secretKey)
>                                 .modules( ImmutableSet.<Module> of(new 
> Log4JLoggingModule(), new JschSshClientModule() ) )
>                                 .overrides( properties )
>                                 .buildView(ComputeServiceContext.class);
> computeService = context.getComputeService();
> computeService.listAssignableLocations()
> {code}
> in the returned list i don't see *ap-northeast-2* region (Seul).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to