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:
Ghanshyam 2015-12-03 16:22:08 +09:00 committed by Diane Fleming
parent 7faccc98ef
commit 46f975e776

View File

@ -17,13 +17,13 @@
<resource id="tenant_id" path="{tenant_id}">
&tenantIdRequestParameter;
<resource id="flavors" path="flavors">
<method href="#getflavorbrief"/>
<method href="#listFlavors"/>
<resource id="flavor_id" path="{flavor_id}">
&flavor_idTemplateParameter;
<method href="#getflavorid"/>
<method href="#getFlavor"/>
</resource>
<resource id="detail" path="detail">
<method href="#returnflavorall"/>
<method href="#listDetailFlavors"/>
</resource>
</resource>
</resource>
@ -32,7 +32,7 @@
<!-- *******************************************************-->
<!-- Flavor -->
<!--*******************************************************-->
<method name="GET" id="getflavorid">
<method name="GET" id="getFlavor">
<wadl:doc xml:lang="EN" title="Show flavor details"
xmlns="http://docbook.org/ns/docbook">
<para role="shortdesc">Shows details for a
@ -49,7 +49,7 @@
</representation>
</response>
</method>
<method name="GET" id="returnflavorall">
<method name="GET" id="listDetailFlavors">
<wadl:doc xml:lang="EN" title="List flavors with details"
xmlns="http://docbook.org/ns/docbook">
<para role="shortdesc">Lists flavors with details.</para>
@ -65,7 +65,7 @@
</representation>
</response>
</method>
<method name="GET" id="getflavorbrief">
<method name="GET" id="listFlavors">
<wadl:doc xml:lang="EN" title="List flavors"
xmlns="http://docbook.org/ns/docbook">
<para role="shortdesc">Lists flavors.</para>