xenserver: Factor out XAPI interactions in interface-reconfigure.
authorIan Campbell <Ian.Campbell@citrix.com>
Thu, 6 Aug 2009 20:43:21 +0000 (13:43 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 18 Aug 2009 23:09:32 +0000 (16:09 -0700)
commitd8ba4acf4494d381b3b789251274b9ca77578dd1
tree8b0df5727c1062e0744b80db9179446cc9025e4f
parent081f1381725f2f091119eb2e12991a6e86246260
xenserver: Factor out XAPI interactions in interface-reconfigure.

Currently interface-reconfigure stores a copy of the XAPI database using
python's pickling functionality. Since the XenServer host installer also needs
to write this file (so it is present after slave upgrade) we would like to
switch to something more explicitly under our control.

Begin by factoring out XAPI interactions.
xenserver/opt_xensource_libexec_interface-reconfigure