Issue 444: rackspace services now are selectable via the property jclouds.api-version

This commit is contained in:
Adrian Cole 2011-01-09 12:45:21 -08:00
parent e5ab8c2399
commit 68e55a76bb
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}