summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-09-14 14:51:55 -0400
committerScott Moser <smoser@ubuntu.com>2011-09-14 14:51:55 -0400
commit74a1045dd133fe708cb0f42bd4fae4198ee337ff (patch)
tree5362e91175d05f017aea6d78446ff5279fecb77f /nova/api
parent9ce2e4f80f249d58622b7235aec55e823f9cd6c8 (diff)
downloadnova-74a1045dd133fe708cb0f42bd4fae4198ee337ff.tar.gz
nova-74a1045dd133fe708cb0f42bd4fae4198ee337ff.tar.xz
nova-74a1045dd133fe708cb0f42bd4fae4198ee337ff.zip
add necessary fields to flavor.rng schema
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/schemas/v1.1/flavor.rng4
1 files changed, 4 insertions, 0 deletions
diff --git a/nova/api/openstack/schemas/v1.1/flavor.rng b/nova/api/openstack/schemas/v1.1/flavor.rng
index a00e4e9ee..6d3adc8dc 100644
--- a/nova/api/openstack/schemas/v1.1/flavor.rng
+++ b/nova/api/openstack/schemas/v1.1/flavor.rng
@@ -4,6 +4,10 @@
<attribute name="id"> <text/> </attribute>
<attribute name="ram"> <text/> </attribute>
<attribute name="disk"> <text/> </attribute>
+ <attribute name="rxtx_cap"> <text/> </attribute>
+ <attribute name="rxtx_quota"> <text/> </attribute>
+ <attribute name="swap"> <text/> </attribute>
+ <attribute name="vcpus"> <text/> </attribute>
<zeroOrMore>
<externalRef href="../atom-link.rng"/>
</zeroOrMore>