← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1535215] [NEW] AttributeError: 'module' object has no attribute 'ClientException'

 

Public bug reported:

Launch instance give the error:
  File "/home/openstack/horizon-murano/horizon/utils/memoized.py", line 90, in wrapped
    value = cache[key] = func(*args, **kwargs)
  File "/home/openstack/horizon-murano/openstack_dashboard/usage/quotas.py", line 371, in tenant_quota_usages
    tenant_id=tenant_id):
  File "/home/openstack/horizon-murano/openstack_dashboard/usage/quotas.py", line 171, in get_tenant_quota_data
    tenant_id=tenant_id)
  File "/home/openstack/horizon-murano/openstack_dashboard/usage/quotas.py", line 150, in _get_quota_data
    except cinder.ClientException:
AttributeError: 'module' object has no attribute 'ClientException'

** Affects: horizon
     Importance: Undecided
     Assignee: zhurong (zhu-rong)
         Status: New

** Changed in: horizon
     Assignee: (unassigned) => zhurong (zhu-rong)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1535215

Title:
  AttributeError: 'module' object has no attribute 'ClientException'

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Launch instance give the error:
    File "/home/openstack/horizon-murano/horizon/utils/memoized.py", line 90, in wrapped
      value = cache[key] = func(*args, **kwargs)
    File "/home/openstack/horizon-murano/openstack_dashboard/usage/quotas.py", line 371, in tenant_quota_usages
      tenant_id=tenant_id):
    File "/home/openstack/horizon-murano/openstack_dashboard/usage/quotas.py", line 171, in get_tenant_quota_data
      tenant_id=tenant_id)
    File "/home/openstack/horizon-murano/openstack_dashboard/usage/quotas.py", line 150, in _get_quota_data
      except cinder.ClientException:
  AttributeError: 'module' object has no attribute 'ClientException'

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1535215/+subscriptions


Follow ups