Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
Description
In the following example:
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()
in the returned list i don't see ap-northeast-2 region (Seul).
Attachments
Issue Links
- is duplicated by
-
JCLOUDS-1057 Add the Seoul region to AWS
- Closed
- links to