Add xml:ids to resources
Add xml:ids to resources. This is a new requirement that has to do with the generation of PDFs from WADL files – without this, the paths are not unique across WADL files Change-Id: Idb0e6aa8e94bc9731c712134c573c5f2e76aef6a Related-Bug: #1275007
This commit is contained in:
parent
4f3612f6fa
commit
fb4c3da0a0
@ -26,7 +26,7 @@
|
||||
<!-- All Resources -->
|
||||
<!--*******************************************************-->
|
||||
<!-- We should use SSL in production -->
|
||||
<resources base="http://localhost:35357">
|
||||
<resources base="http://localhost:35357" xml:id="HP-IDM-admin-v2.0">
|
||||
<resource id="version" path="v2.0">
|
||||
<resource id="tokens" path="tokens">
|
||||
<resource id="tokenById" path="{tokenId}">
|
||||
|
@ -36,7 +36,7 @@
|
||||
<!--*******************************************************-->
|
||||
|
||||
<!-- We should use SSL in production -->
|
||||
<resources base="http://localhost:35357">
|
||||
<resources base="http://localhost:35357" xml:id="OS-KSADM-admin-v2.0">
|
||||
<resource id="version" path="v2.0">
|
||||
<param name="X-Auth-Token" style="header"
|
||||
type="xsd:string" required="true">
|
||||
|
@ -35,7 +35,7 @@
|
||||
<!--*******************************************************-->
|
||||
|
||||
<!-- We should use SSL in production -->
|
||||
<resources base="http://localhost:35357">
|
||||
<resources base="http://localhost:35357" xml:id="OS-KSCATALOG-admin-v2.0">
|
||||
<resource id="version" path="v2.0">
|
||||
|
||||
<resource id="tenants" path="tenants">
|
||||
|
@ -37,7 +37,7 @@
|
||||
<!--*******************************************************-->
|
||||
|
||||
<!-- We should use SSL in production -->
|
||||
<resources base="http://localhost:35357">
|
||||
<resources base="http://localhost:35357" xml:id="OS-KSEC2-admin-v2.0">
|
||||
<resource id="version" path="v2.0">
|
||||
<param name="X-Auth-Token" style="header"
|
||||
type="xsd:string" required="true">
|
||||
|
@ -36,7 +36,7 @@
|
||||
<!--*******************************************************-->
|
||||
|
||||
<!-- We should use SSL in production -->
|
||||
<resources base="http://localhost:35357">
|
||||
<resources base="http://localhost:35357" xml:id="OS-KSS3-admin-v2.0">
|
||||
<resource id="version" path="v2.0">
|
||||
<param name="X-Auth-Token" style="header"
|
||||
type="xsd:string" required="true">
|
||||
|
@ -34,7 +34,7 @@
|
||||
<!--*******************************************************-->
|
||||
|
||||
<!-- We should use SSL in production -->
|
||||
<resources base="http://localhost:35357">
|
||||
<resources base="http://localhost:35357" xml:id="OS-KSVALIDATE-admin-v2.0">
|
||||
<resource id="version" path="v2.0">
|
||||
<resource id="extension" path="OS-KSVALIDATE">
|
||||
<resource id="token" path="token">
|
||||
|
@ -23,7 +23,7 @@
|
||||
<include href="../xsd/api.xsd"/>
|
||||
</grammars>
|
||||
|
||||
<resources base="http://localhost:35357">
|
||||
<resources base="http://localhost:35357" xml:id="RAX-GRPADM-v2.0">
|
||||
<resource id="version" path="v2.0">
|
||||
<resource id="RAX-GRPADM" path="RAX-GRPADM">
|
||||
<resource id="groups" path="groups" type="#GroupList">
|
||||
|
@ -33,7 +33,7 @@
|
||||
<!-- All Resources -->
|
||||
<!--*******************************************************-->
|
||||
<!-- We should use SSL in production -->
|
||||
<resources base="http://localhost:35357">
|
||||
<resources base="http://localhost:35357" xml:id="RAX-KSGRP-admin-v2.0">
|
||||
<resource id="version" path="v2.0">
|
||||
<param name="X-Auth-Token" style="header" type="xsd:string" required="true">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook">A valid authentication token for an administrative user.</wadl:doc>
|
||||
|
@ -36,7 +36,7 @@
|
||||
<!--*******************************************************-->
|
||||
|
||||
<!-- We should use SSL in production -->
|
||||
<resources base="http://localhost:35357">
|
||||
<resources base="http://localhost:35357" xml:id="RAX-KSKEY-admin-v2.0">
|
||||
<resource id="version" path="v2.0">
|
||||
<param name="X-Auth-Token" style="header"
|
||||
type="xsd:string" required="true">
|
||||
|
@ -34,7 +34,7 @@
|
||||
<!--*******************************************************-->
|
||||
|
||||
<!-- We should use SSL in production -->
|
||||
<resources base="http://localhost:35357">
|
||||
<resources base="http://localhost:35357" xml:id="RAX-KSQA-admin-v2.0">
|
||||
<resource id="version" path="v2.0">
|
||||
<param name="X-Auth-Token" style="header"
|
||||
type="xsd:string" required="true">
|
||||
|
@ -30,7 +30,7 @@
|
||||
<!-- All Resources -->
|
||||
<!--*******************************************************-->
|
||||
<!-- We should use SSL in production -->
|
||||
<resources base="http://localhost:35357">
|
||||
<resources base="http://localhost:35357" xml:id="identity-admin-v2.0">
|
||||
<resource id="version" path="v2.0">
|
||||
<method href="#getVersionInfo"/>
|
||||
<resource id="extensions" path="extensions">
|
||||
|
@ -33,7 +33,7 @@
|
||||
<!-- All Resources -->
|
||||
<!--*******************************************************-->
|
||||
|
||||
<resources base="http://localhost:5000">
|
||||
<resources base="http://localhost:5000" xml:id="identity-v2.0">
|
||||
<resource id="version" type="#VersionDetails" path="v2.0/">
|
||||
<resource id="extensions" type="#ExtensionList"
|
||||
path="extensions">
|
||||
|
Loading…
Reference in New Issue
Block a user