southampton / cortex

A VM orchestration system for VMware, Infoblox, ServiceNow, Puppet, TSM, Rubrik, Red Hat Satellite 5 / 6. Under heavy development, and somewhat still heavily tailored to University of Southampton.
https://www.southampton.ac.uk
GNU General Public License v3.0
22 stars 6 forks source link

Error in Exception handling in /systems/backup/<id> #360

Closed claytonpeters closed 4 years ago

claytonpeters commented 4 years ago

Traceback (most recent call last): File "/data/cortex/cortex/corpus/rubrik.py", line 112, in get_vm vm_id = self.get_vm_managed_id(system) File "/data/cortex/cortex/corpus/rubrik.py", line 100, in get_vm_managed_id vcManagedId = self.get_vcenter_managed_id(system['vmware_vcenter']) File "/data/cortex/cortex/corpus/rubrik.py", line 83, in get_vcenter_managed_id raise RubrikVCenterNotFound(vcenter) NameError: name 'vcenter' is not defined