xenserver: Fix key used to identify network UUID
authorJustin Pettit <jpettit@nicira.com>
Fri, 12 Jun 2009 01:30:41 +0000 (18:30 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 12 Jun 2009 01:30:41 +0000 (18:30 -0700)
commit91b47481fc1514f2f969cf22dc69908f5f1a09fc
tree3d98999dd503ef839cb16f335b76b83f5d718ba0
parent986b77c0991375db253ca600ba532098108f7be8
xenserver: Fix key used to identify network UUID

The "dump-vif-details" script adds the network UUID to the
ovs-vswitchd.conf file.  Unfortunately, it wrote the key as
"network-uuid", but the code that retrieves it for the management
protocol checked our "net-uuid".  The script now uses the key
"net-uuid".

Thanks to Natasha for catching the problem.
xenserver/root_vswitch_scripts_dump-vif-details