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:
Andreas Jaeger 2014-01-31 20:21:51 +01:00
parent 4f3612f6fa
commit fb4c3da0a0
12 changed files with 12 additions and 12 deletions

View File

@ -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}">

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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>

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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">