Uploaded image for project: 'jclouds'
  1. jclouds
  2. JCLOUDS-1182

Missing region in `listAssignableLocations` for AWS EC2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 2.0.0
    • jclouds-compute

    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

          Activity

            People

              Unassigned Unassigned
              samsonbek Abdysamat Mamutov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: