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
39 lines
1.3 KiB
XML
39 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="../xslt/schema.xslt"?>
|
|
|
|
<schema
|
|
elementFormDefault="qualified"
|
|
attributeFormDefault="unqualified"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:rsaide="http://docs.rackspacecloud.com/servers/api/ext/aide/v1.0"
|
|
targetNamespace="http://docs.rackspacecloud.com/servers/api/ext/aide/v1.0"
|
|
>
|
|
|
|
<element name="affinityId" type="rsaide:affinityId" />
|
|
|
|
<simpleType name="affinityId">
|
|
<annotation>
|
|
<documentation>
|
|
An ID that identifies the proximity of customer slices.
|
|
</documentation>
|
|
</annotation>
|
|
<restriction base="xsd:string" />
|
|
</simpleType>
|
|
|
|
<simpleType name="ipv6AddressRangeValue">
|
|
<annotation>
|
|
<documentation>
|
|
The IPv6 address range in CIDR notation of the server.
|
|
</documentation>
|
|
</annotation>
|
|
<restriction base="xsd:string" />
|
|
</simpleType>
|
|
|
|
<element name="ipv6AddressRange" type="rsaide:ipv6AddressRange" />
|
|
|
|
<complexType name="ipv6AddressRange">
|
|
<attribute name="value" type="rsaide:ipv6AddressRangeValue"/>
|
|
</complexType>
|
|
|
|
</schema> |