> return props;
> }
>
> + @Override
> + @BeforeClass(groups = "live")
> + public void setup() {
> + super.setup();
> + String providedRegion = System.getProperty("test." +
> LocationConstants.PROPERTY_REGION);
> + if (providedRegion != null) {
> + regions = ImmutableSet.of(providedRegion);
> + } else {
> + regions = api.getConfiguredRegions();
> + }
> +
> + // create a stack
Hanging comment?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/159/files#r21987566