xenserver: Allow NULL pool in configuration cache.
authorEthan Jackson <ethan@nicira.com>
Wed, 19 Jan 2011 22:46:57 +0000 (14:46 -0800)
committerEthan Jackson <ethan@nicira.com>
Thu, 20 Jan 2011 01:08:59 +0000 (17:08 -0800)
commit0671665d935c88ebccc49675cbc615c108d9716d
treee04c0a99b36f81034675ebf055d632ebe23ce73d
parent7b064a79a8efdcce678c82f21d480c7dc811adfb
xenserver: Allow NULL pool in configuration cache.

InterfaceReconfigure assumes the pool is in the configuration
cache.  This is always true except when upgrading from an older
version of openvswitch which does record the pool.  This can cause
upgrades to lock up.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
xenserver/opt_xensource_libexec_InterfaceReconfigure.py
xenserver/opt_xensource_libexec_InterfaceReconfigureVswitch.py