> > @BeforeClass(groups = { "integration", "live" }) > @Override > public void setup() { > super.setup(); > > - String testZone = System.getProperty("test." + provider + ".zone"); > + String testRegion = System.getProperty("test." + provider + ".region");
I am in the process of refactoring the OpenStack Live tests to use a new base class. It will be addressed in that PR, since there is more work to do moving to regions. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/463/files#r16249717