~markmc/nova/flat-dhcp-without-bridge-iface

« back to all changes in this revision

Viewing changes to nova/api/openstack/schemas/v1.1/servers_index.rng

  • Committer: Tarmac
  • Author(s): Alex Meade
  • Date: 2011-08-22 03:17:04 UTC
  • mfrom: (1450.6.17 servers-accessip)
  • Revision ID: tarmac-20110822031704-3m2u6o62ut0gqyzo
Adds accessIPv4 and accessIPv6 to servers requests and responses as per the current spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<element name="servers" ns="http://docs.openstack.org/compute/api/v1.1"
 
2
    xmlns="http://relaxng.org/ns/structure/1.0">
 
3
  <zeroOrMore>
 
4
    <element name="server">
 
5
      <attribute name="name"> <text/> </attribute>
 
6
      <attribute name="id"> <text/> </attribute>
 
7
      <zeroOrMore>
 
8
        <externalRef href="../atom-link.rng"/>
 
9
      </zeroOrMore>
 
10
    </element>
 
11
  </zeroOrMore>
 
12
</element>