
- Moves detailed info to the Compute API v2 WADL itself - Alleviates the following issues: * Params are not documented in this output due to tooling * When a WADL was broken, this deliverable breaks also * WADL contributions are low * It's difficult to train contributors how to embed WADL references Change-Id: Id56da05c0409ed432dfdd0f5de799f5ed5e2e47c
17 lines
776 B
XML
17 lines
776 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<choices xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/common/api/v1.0">
|
|
<version status="EXPERIMENTAL" id="v3.0">
|
|
<media-types>
|
|
<media-type base="application/json" type="application/vnd.openstack.compute+json;version=3"/>
|
|
</media-types>
|
|
<atom:link href="http://23.253.228.211:8774/v3/v2.xml" rel="self"/>
|
|
</version>
|
|
<version status="CURRENT" id="v2.0">
|
|
<media-types>
|
|
<media-type base="application/xml" type="application/vnd.openstack.compute+xml;version=2"/>
|
|
<media-type base="application/json" type="application/vnd.openstack.compute+json;version=2"/>
|
|
</media-types>
|
|
<atom:link href="http://23.253.228.211:8774/v2/v2.xml" rel="self"/>
|
|
</version>
|
|
</choices>
|