Skip to content

Commit

Permalink
corrected api metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Jun 19, 2012
1 parent b5797ad commit 5ad8d2c
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ protected Builder() {
super(NovaClient.class, NovaAsyncClient.class);
id("openstack-nova")
.name("OpenStack Nova Diablo+ API")
.identityName("tenantIdOrName:user")
.identityName("tenantName:user or user")
.credentialName("password")
.documentation(URI.create("http://api.openstack.org/"))
.version("1.1")
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ protected Builder(Class<?> syncClient, Class<?> asyncClient){
super(syncClient, asyncClient);
id("swift")
.name("OpenStack Swift Pre-Diablo API")
.identityName("tenantId:user")
.identityName("tenantName:user or user")
.credentialName("password")
.documentation(URI.create("http://api.openstack.org/"))
.version("1.0")
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@ protected Builder() {
super(GlanceClient.class, GlanceAsyncClient.class);
id("openstack-glance")
.name("OpenStack Glance API")
.identityName("tenantId:user")
.identityName("tenantName:user or user")
.credentialName("password")
.documentation(URI.create("http://glance.openstack.org/glanceapi.html"))
.version("1.0")
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ protected Builder() {
super(QuantumClient.class, QuantumAsyncClient.class);
id("openstack-quantum")
.name("OpenStack Quantum API")
.identityName("tenantId:user")
.identityName("tenantName:user or user")
.credentialName("password")
.documentation(URI.create("http://docs.openstack.org/api/openstack-network/1.0/content/"))
.version("1.0")

0 comments on commit 5ad8d2c

Please sign in to comment.