aboutsummaryrefslogtreecommitdiff
path: root/vswitchd/vswitch.ovsschema
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-09-22 16:45:30 -0700
committerBen Pfaff <blp@nicira.com>2010-09-23 11:45:35 -0700
commitce8876775477a359f3ae14b8cae0ef2212f1681b (patch)
tree1f40a890bc3a7b738ba54e4b4942b4e8187d4d73 /vswitchd/vswitch.ovsschema
parentc94238565522c51a117a7f89fecaabd2605b7c66 (diff)
ovs-vswitchd: Export system stats through Open_vSwitch table.
This is intended to provide controllers enough information to determine whether a switch is overloaded or busted, to enable them to spread load fairly across a group of switches. Feature #2421. CC: Peter Balland <peter@nicira.com>
Diffstat (limited to 'vswitchd/vswitch.ovsschema')
-rw-r--r--vswitchd/vswitch.ovsschema2
1 files changed, 1 insertions, 1 deletions
diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index 07dd79fb..d872fdc5 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -25,7 +25,7 @@
"refTable": "Capability"},
"min": 0, "max": "unlimited"}},
"statistics": {
- "type": {"key": "string", "value": "integer", "min": 0, "max": "unlimited"},
+ "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"},
"ephemeral": true}},
"maxRows": 1},
"Capability": {