Correction for extension detail response sample
Added samples: src/wadls/compute-api/src/api_samples/all_extensions/extension-detail-get-resp.json src/wadls/compute-api/src/api_samples/all_extensions/extension-detail-get-resp.xml Modified: src/wadls/compute-api/src/os-compute-2.wadl Fixes: bug 1098270 Change-Id: Id6a3166735bcf572711320d0b800c175c921cc99
This commit is contained in:
parent
94498961d9
commit
655d528530
@ -0,0 +1,10 @@
|
||||
{
|
||||
"extension": {
|
||||
"name": "QuotaClasses",
|
||||
"alias": "os-quota-class-sets",
|
||||
"description": "Quota classes management support.",
|
||||
"namespace": "http://docs.openstack.org/compute/ext/quota-classes-sets/api/v1.1",
|
||||
"updated": "2012-03-12T00:00:00+00:00"
|
||||
"links": []
|
||||
}
|
||||
}
|
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<extension xmlns="http://docs.openstack.org/common/api/v1.0" xmlns:atom="http://www.w3.org/2005/Atom"
|
||||
name="QuotaClasses"
|
||||
alias="os-quota-class-sets"
|
||||
namespace="http://docs.openstack.org/compute/ext/quota-classes-sets/api/v1."
|
||||
updated="2012-03-12T00:00:00+00:00">
|
||||
<description>
|
||||
Quota classes management support.
|
||||
</description>
|
||||
</extension>
|
@ -365,11 +365,11 @@
|
||||
<representation mediaType="application/xml"
|
||||
element="common:extension">
|
||||
<doc>
|
||||
<xsdxt:code href="api_samples/flavor-get-resp.xml"/>
|
||||
<xsdxt:code href="api_samples/all_extensions/extension-detail-get-resp.xml"/>
|
||||
</doc>
|
||||
</representation>
|
||||
<representation mediaType="application/json"><doc>
|
||||
<xsdxt:code href="api_samples/flavor-get-resp.json"/>
|
||||
<xsdxt:code href="api_samples/all_extensions/extension-detail-get-resp.json"/>
|
||||
</doc></representation>
|
||||
</response>
|
||||
<!-- Common and GET Faults--> &commonFaults; &getFaults; </method>
|
||||
|
Loading…
x
Reference in New Issue
Block a user