mirror of https://github.com/apache/jclouds.git
Issue 444: rackspace services now are selectable via the property jclouds.api-version
This commit is contained in:
parent
e5ab8c2399
commit
68e55a76bb
|
@ -63,7 +63,7 @@ public class OpenStackAuthAsyncClientTest extends RestClientTest<OpenStackAuthAs
|
|||
|
||||
@Override
|
||||
public RestContextSpec<OpenStackAuthClient, OpenStackAuthAsyncClient> createContextSpec() {
|
||||
return contextSpec("test", "http://localhost:8080", "1", "identity", "credential", OpenStackAuthClient.class,
|
||||
return contextSpec("test", "http://localhost:8080", "1.0", "identity", "credential", OpenStackAuthClient.class,
|
||||
OpenStackAuthAsyncClient.class);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue