Merge "Fix Keystone Identity V3 Trust API URL"

This commit is contained in:
Jenkins 2015-12-10 06:31:31 +00:00 committed by Gerrit Code Review
commit 6c26187f77

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>