Fog::XenServer::NokogiriStreamParser relies on xmprc/client to have already been loaded. This normally happens by loading Fog::XenServer::Connection first, but that's not guaranteed to always be the case. Adding the extra require will fix relying on any particular load order.
Fog::XenServer::NokogiriStreamParser
relies onxmprc/client
to have already been loaded. This normally happens by loadingFog::XenServer::Connection
first, but that's not guaranteed to always be the case. Adding the extra require will fix relying on any particular load order.