Fix missing tokens in path

The path for the call is v2.0/tokens/tenants but the examples
do not have tokens in the path.

Change-Id: I8e8a4814f4e01964b39a275ed8c7e5158608784e
This commit is contained in:
Everett Toews 2014-02-12 11:01:10 -06:00
parent 1ebf0eae01
commit fdd9fc59bf
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
GET /v2.0/tenants HTTP/1.1
GET /v2.0/tokens/tenants HTTP/1.1
Host: identity.api.openstack.org
Content-Type: application/json
X-Auth-Token: fa8426a0-8eaf-4d22-8e13-7c1b16a9370c

View File

@ -1,4 +1,4 @@
GET /v2.0/tenants HTTP/1.1
GET /v2.0/tokens/tenants HTTP/1.1
Host: identity.api.openstack.org
Content-Type: application/xml
X-Auth-Token: fa8426a0-8eaf-4d22-8e13-7c1b16a9370c