Comment 1 for bug 1237622

Revision history for this message
Matt Riedemann (mriedem) wrote : Re: Remove unused vmwareapi.vmops.get_diagnostics method

Actually it looks like the vmwareapi.driver code is calling get_info for both the get_info API and the get_diagnostics API but they are supposed to return different information, so the vmware driver is actually not supporting the diagnostics API and should be fixed to raise the NotImplementedError.