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:
parent
1ebf0eae01
commit
fdd9fc59bf
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user