Fix the link of Flavor APIs ref
Link name in api ref for Flavor API are not much clear/readable and inconsistant with other API ref like servers. Example- http://developer.openstack.org/api-ref-compute-v2.1.html#getflavorbrief This patch fixes those link. Change-Id: Ic2d5c2271b18cc3c1a9a1127970f414d0cabd61e Closes-Bug: #1522293
This commit is contained in:
parent
7faccc98ef
commit
46f975e776
@ -17,13 +17,13 @@
|
|||||||
<resource id="tenant_id" path="{tenant_id}">
|
<resource id="tenant_id" path="{tenant_id}">
|
||||||
&tenantIdRequestParameter;
|
&tenantIdRequestParameter;
|
||||||
<resource id="flavors" path="flavors">
|
<resource id="flavors" path="flavors">
|
||||||
<method href="#getflavorbrief"/>
|
<method href="#listFlavors"/>
|
||||||
<resource id="flavor_id" path="{flavor_id}">
|
<resource id="flavor_id" path="{flavor_id}">
|
||||||
&flavor_idTemplateParameter;
|
&flavor_idTemplateParameter;
|
||||||
<method href="#getflavorid"/>
|
<method href="#getFlavor"/>
|
||||||
</resource>
|
</resource>
|
||||||
<resource id="detail" path="detail">
|
<resource id="detail" path="detail">
|
||||||
<method href="#returnflavorall"/>
|
<method href="#listDetailFlavors"/>
|
||||||
</resource>
|
</resource>
|
||||||
</resource>
|
</resource>
|
||||||
</resource>
|
</resource>
|
||||||
@ -32,7 +32,7 @@
|
|||||||
<!-- *******************************************************-->
|
<!-- *******************************************************-->
|
||||||
<!-- Flavor -->
|
<!-- Flavor -->
|
||||||
<!--*******************************************************-->
|
<!--*******************************************************-->
|
||||||
<method name="GET" id="getflavorid">
|
<method name="GET" id="getFlavor">
|
||||||
<wadl:doc xml:lang="EN" title="Show flavor details"
|
<wadl:doc xml:lang="EN" title="Show flavor details"
|
||||||
xmlns="http://docbook.org/ns/docbook">
|
xmlns="http://docbook.org/ns/docbook">
|
||||||
<para role="shortdesc">Shows details for a
|
<para role="shortdesc">Shows details for a
|
||||||
@ -49,7 +49,7 @@
|
|||||||
</representation>
|
</representation>
|
||||||
</response>
|
</response>
|
||||||
</method>
|
</method>
|
||||||
<method name="GET" id="returnflavorall">
|
<method name="GET" id="listDetailFlavors">
|
||||||
<wadl:doc xml:lang="EN" title="List flavors with details"
|
<wadl:doc xml:lang="EN" title="List flavors with details"
|
||||||
xmlns="http://docbook.org/ns/docbook">
|
xmlns="http://docbook.org/ns/docbook">
|
||||||
<para role="shortdesc">Lists flavors with details.</para>
|
<para role="shortdesc">Lists flavors with details.</para>
|
||||||
@ -65,7 +65,7 @@
|
|||||||
</representation>
|
</representation>
|
||||||
</response>
|
</response>
|
||||||
</method>
|
</method>
|
||||||
<method name="GET" id="getflavorbrief">
|
<method name="GET" id="listFlavors">
|
||||||
<wadl:doc xml:lang="EN" title="List flavors"
|
<wadl:doc xml:lang="EN" title="List flavors"
|
||||||
xmlns="http://docbook.org/ns/docbook">
|
xmlns="http://docbook.org/ns/docbook">
|
||||||
<para role="shortdesc">Lists flavors.</para>
|
<para role="shortdesc">Lists flavors.</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user