xenserver: Fix "ovs-vsctl get" call in vswitch-cfg-update.
authorBen Pfaff <blp@nicira.com>
Tue, 23 Mar 2010 16:40:26 +0000 (09:40 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 23 Mar 2010 16:40:26 +0000 (09:40 -0700)
commit7e67d10d501074d02a0a00f8ecabbba10796c0f8
treec59d13a8b5aa8a5df62ce37a810b4fa19ed0fc3c
parent973eab3214382ece42f9e0a376b2352648c57202
xenserver: Fix "ovs-vsctl get" call in vswitch-cfg-update.

The ovs-vsctl arguments were being passed as a single string instead of
broken up as if the shell had performed word splitting.  This fixes the
problem.

Without this commit, "unknown command 'get Open_vSwitch . managers';
use --help for help" appears in the system log.  Adding the commit
suppresses that message.

NIC-72.
Reported-by: Andy Southgate <andy.southgate@citrix.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
xenserver/etc_xapi.d_plugins_vswitch-cfg-update