
This is progress for beginning to have separate versions of the cinder api. Common code that would be shared by v1, v2 etc will use these modules, so we'll just move them to a common place. Test directory structure has also been updated. progress on blueprint apiv2 Change-Id: I99fd95fc3bb5d4f4fc3d9ef5b76b6372a1f6033d
12 lines
465 B
Plaintext
12 lines
465 B
Plaintext
<element name="extension" ns="http://docs.openstack.org/common/api/v1.0"
|
|
xmlns="http://relaxng.org/ns/structure/1.0">
|
|
<attribute name="alias"> <text/> </attribute>
|
|
<attribute name="name"> <text/> </attribute>
|
|
<attribute name="namespace"> <text/> </attribute>
|
|
<attribute name="updated"> <text/> </attribute>
|
|
<element name="description"> <text/> </element>
|
|
<zeroOrMore>
|
|
<externalRef href="../atom-link.rng"/>
|
|
</zeroOrMore>
|
|
</element>
|