Since a few days my jenkins tests fail in running tox-run-mgr. And in my places, but all look like: What am I missing here? Thanx, --WjW ssh/module.py:243: in __init__ super(SSHOrchestrator, self).__init__(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <ssh.module.SSHOrchestrator object at 0x803113ba8>, module_name = 'ssh' py_modules_ptr = 0, this_ptr = 0 def __init__(self, module_name, py_modules_ptr, this_ptr): self.module_name = module_name super(MgrModule, self).__init__(py_modules_ptr, this_ptr) > mgr_level = self._ceph_get_option("debug_mgr") E AttributeError: 'SSHOrchestrator' object has no attribute '_ceph_get_option' mgr_module.py:644: AttributeError |
_______________________________________________ Dev mailing list -- dev@xxxxxxx To unsubscribe send an email to dev-leave@xxxxxxx