Ticket #3463 (closed defect: Fixed)

Opened 6 months ago

Last modified 4 weeks ago

zendeviceload fails due to missing import of Globals

Reported by: cluther Owned by: cluther
Priority: 1 - Blocker Milestone: zenoss-2.3
Component: ZenRelations Version: 2.2.0
Keywords: Cc:
Community Patch Attached: Deployed @ Customer:
Installer: Any/All Maintenance Target:
Specific ZenPack: Maintenance Status:
Documentation Note?: Not required Regression:

Description

zendeviceload always fails with the following exception because Globals is not imported beforehand.

File "/opt/zenoss/Products/ZenRelations/ImportDevices.py", line 28, in ?
    from Products.ZenUtils.ZCmdBase.py import ZCmdBase
ImportError: No module named ZenUtils.ZCmdBase

Change History

Changed 6 months ago by cluther

  • status changed from new to closed
  • resolution set to fixed

(In [9693]) * Fixes #3463: Import Globals so that zendeviceload will work.

Changed 6 months ago by bwhichard

  • keywords zenoss-2.2.3-accepted added; zenoss-2.2.3-proposed removed

Changed 6 months ago by bwhichard

  • keywords zenoss-2.2.4-accepted added; zenoss-2.2.3-accepted removed
  • reviewed set to 0

Changed 6 months ago by bwhichard

  • reviewed changed from 0 to 1

Changed 5 months ago by jstevens

(In [9771]) refs #3463
patching r9693 to the 2.2.x branch

Changed 5 months ago by jstevens

  • keywords zenoss-2.2.4-patched added; zenoss-2.2.4-accepted removed

Changed 4 months ago by ian

  • keywords zenoss-2.2.4-verified added; zenoss-2.2.4-patched removed

Changed 4 weeks ago by bbibeault

  • installer set to Any/All
  • milestone changed from zenoss-2.3 to Blue Crab

Changed 4 weeks ago by cluther

  • keywords zenoss-2.2.4-verified removed
  • milestone changed from Blue Crab to zenoss-2.3

This fix is already in 2.2.4. Not sure why the milestone was pushed to blue crab.

Note: See TracTickets for help on using tickets.