os-volume-types doesn't exist any more

there is no os-volume-types API in nova anymore , remove it

Change-Id: I0bc80135dd4fd3b5cfa637142f703f7d1f44ca3b
Partial-Bug: #1515222
This commit is contained in:
jichenjc 2015-11-25 03:49:46 +08:00
parent b065c3f709
commit e1b8f15437
1 changed files with 0 additions and 49 deletions

View File

@ -47,22 +47,6 @@
<method href="#deleteVolume"/>
</resource>
</resource>
<resource id="os-volume-types" path="os-volume-types">
<method href="#getVolumeTypes"/>
<resource path="{volume_type_id}"
id="volume_type_id">
<param name="volume_type_id" style="template"
required="true" type="xsd:string">
<wadl:doc
xmlns="http://docbook.org/ns/docbook"
xml:lang="EN">
<para>The unique identifier for a
volume type.</para>
</wadl:doc>
</param>
<method href="#getVolumeType"/>
</resource>
</resource>
<resource id="os-snapshots" path="os-snapshots">
<method href="#createSnapshot"/>
<method href="#getSnapshotsSimple"/>
@ -229,39 +213,6 @@
</representation>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getVolumeTypes">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
title="List volume types">
<para role="shortdesc">Lists volume types.</para>
</wadl:doc>
<response status="200">
<representation mediaType="application/json">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN">
<xsdxt:code
href="../api_samples/os-volumes/volume_type_list.json"
/>
</wadl:doc>
</representation>
</response> &commonFaults; &getFaults;
</method>
<method name="GET" id="getVolumeType">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
title="Show volume type details">
<para role="shortdesc">Shows details for a
volume type.</para>
</wadl:doc>
<response status="200">
<representation mediaType="application/json">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN">
<xsdxt:code
href="../api_samples/os-volumes/volume_type_show.json"
/>
</wadl:doc>
</representation>
</response> &commonFaults; &getFaults;
</method>
<method name="POST" id="createSnapshot">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
title="Create snapshot">