cyverse/atmosphere

Problem: `LibcloudDeploymentError` not imported in tasks/driver

lenards opened this issue · 1 comments

It appears there is an error class that is not imported or resolving within the tasks/driver.py namespace.

NameError: global name 'LibcloudDeploymentError' is not defined
  File "tasks/driver.py", line 972, in _deploy_instance
    _deploy_instance.retry(exc=exc)

This being reported within Sentry.

Source: https://github.com/cyverse/atmosphere/blob/master/service/tasks/driver.py#L972-L985