Fix Keystone Identity V3 Trust API URL

URI for POST Trust API is not correct - it should be /v3/OS-TRUST/trusts

http://developer.openstack.org/api-ref-identity-v3-ext.html#createTrust

Now Tempest is using these ref as Documents for their service client and
found this issue.

Change-Id: I80a8d7df769fe9e767859462eee31e2f86f60026
Closes-Bug: #1524585
This commit is contained in:
Ghanshyam 2015-12-10 12:16:32 +09:00
parent 70affab4bb
commit 40c4d14b22

View File

@ -39,7 +39,7 @@
<!-- FYI: double slash needed in path to get a single slash to display -->
<resource id="v3" path="//v3">
<resource id="os-trust" path="OS-TRUST">
<resource id="trust" path="trust">
<resource id="trust" path="trusts">
<method href="#createTrust"/>
</resource>
</resource>