Ticket #3463 (closed defect: Fixed)
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
Note: See
TracTickets for help on using
tickets.