2c59ecdc82
merge salv's fix to remove keystone middleware: lp855151 one more 202->200 from tyler merge tylers additional 202 -> 200 changes merge additions to OVS readme describing running with multiple hosts merge brad's changes to make create API calls return 200, not 202 merge unit test for showing unset attachment merging API docs branch Merge: lp:~yinliu2/quantum/bug856564 Merge: lp:~bgh/quantum/bug850261 Change-Id: I56fe24c59f918737e57b562343c33ec6dcceac60
26 lines
949 B
XML
26 lines
949 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="../xslt/schema.xslt"?>
|
|
|
|
<schema
|
|
elementFormDefault="qualified"
|
|
attributeFormDefault="qualified"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:dme="http://docs.rackspacecloud.com/servers/api/ext/dme/v1.0"
|
|
targetNamespace="http://docs.rackspacecloud.com/servers/api/ext/dme/v1.0"
|
|
>
|
|
<attribute name="diskAutoManaged" type="xsd:boolean">
|
|
<annotation>
|
|
<xsd:documentation
|
|
xml:lang="EN"
|
|
xmlns="http://www.w3.org/1999/xhtml">
|
|
<p>
|
|
A flag that identifies whether a disk is auto
|
|
managed or manual managed. The attribute can only
|
|
be applied to an Image.
|
|
</p>
|
|
</xsd:documentation>
|
|
</annotation>
|
|
</attribute>
|
|
</schema>
|