[
https://issues.apache.org/jira/browse/JCLOUDS-775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrian Cole updated JCLOUDS-775:
--------------------------------
Comment: was deleted
(was: For example, I am running into this.
https://forums.aws.amazon.com/thread.jspa?messageID=582707
When I exclude eu-central-1 from jclouds.properties.. I'm ok with other
commands.
ex.
{code}
overrides.setProperty("jclouds.regions",
"us-east-1,us-west-1,us-west-2,sa-east-1,eu-west-1,ap-southeast-1,ap-southeast-2,ap-northeast-1");
contextBuilder.overrides(overrides);
{code}
or add to vm args
{code}
-Djclouds.regions=us-east-1,us-west-1,us-west-2,sa-east-1,eu-west-1,ap-southeast-1,ap-southeast-2,ap-northeast-1
{code}
)
> aws-ec2 provider is rusting
> ---------------------------
>
> Key: JCLOUDS-775
> URL: https://issues.apache.org/jira/browse/JCLOUDS-775
> Project: jclouds
> Issue Type: Test
> Components: jclouds-core
> Reporter: Adrian Cole
>
> Running AWSEC2TemplateBuilderLiveTest shows that we don't run tests very
> often. We either didn't run it on last release of jclouds, or completely
> ignored the failures. When we don't run tests on a regular basis, it is hard
> to tell what's a new problem vs an old problem.
> This particular test is a trip-wire as it alerts us that image changes or the
> like make our templates match differently. It also exercises every region.
> When we don't run this test, it takes longer to debug things later.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)