mirror of https://github.com/apache/jclouds.git
Avoid hard-coding rackspace region in swift test
This commit is contained in:
parent
5ef5f5423c
commit
6046fc925c
|
@ -81,7 +81,7 @@ public class RegionScopedSwiftBlobStoreParallelLiveTest extends BaseBlobStoreInt
|
|||
// Override as needed for the right region
|
||||
protected BlobStore getBlobStore() {
|
||||
RegionScopedBlobStoreContext ctx = RegionScopedBlobStoreContext.class.cast(view);
|
||||
return ctx.getBlobStore("US-TX");
|
||||
return ctx.getBlobStore(ctx.getConfiguredRegions().iterator().next());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue