From 7a6378d4e52e016324e41cfca40b61832bbe7c27 Mon Sep 17 00:00:00 2001 From: Yogeshwar Srikrishnan Date: Mon, 23 May 2011 10:09:08 -0500 Subject: Changes to support roles and baseurls on wadl. --- docs/guide/src/docbkx/identitydevguide.xml | 4 ++-- docs/guide/src/docbkx/samples/roleRefs.json | 12 ++++++------ docs/guide/src/docbkx/xsd/api.xsd | 2 ++ 3 files changed, 10 insertions(+), 8 deletions(-) (limited to 'docs/guide') diff --git a/docs/guide/src/docbkx/identitydevguide.xml b/docs/guide/src/docbkx/identitydevguide.xml index 5ea766ab..4418ce42 100644 --- a/docs/guide/src/docbkx/identitydevguide.xml +++ b/docs/guide/src/docbkx/identitydevguide.xml @@ -1404,14 +1404,14 @@ Host: identity.api.openstack.org/v1.1/ Add Role Request: XML - + Add Role Request: JSON - + diff --git a/docs/guide/src/docbkx/samples/roleRefs.json b/docs/guide/src/docbkx/samples/roleRefs.json index a4300231..d815a19a 100644 --- a/docs/guide/src/docbkx/samples/roleRefs.json +++ b/docs/guide/src/docbkx/samples/roleRefs.json @@ -1,14 +1,14 @@ { "roleRefs" : [ { - "id" : 1, - "href" : "https://.openstack.org/identity/v1.1/roles/admin", - "tenantId" : "one" + "id" : 1, + "href" : "https://.openstack.org/identity/v1.1/roles/admin", + "tenantId" : "one" }, { - "id" : 2, - "href" : "https://.openstack.org/identity/v1.1/roles/test", - "tenantId" : "two" + "id" : 2, + "href" : "https://.openstack.org/identity/v1.1/roles/test", + "tenantId" : "two" }, ] } diff --git a/docs/guide/src/docbkx/xsd/api.xsd b/docs/guide/src/docbkx/xsd/api.xsd index d4603c2e..a23abd99 100644 --- a/docs/guide/src/docbkx/xsd/api.xsd +++ b/docs/guide/src/docbkx/xsd/api.xsd @@ -11,4 +11,6 @@ + + -- cgit