← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1288419] Re: Attaching a non-existant volume AttributeError

 

** Changed in: horizon
       Status: Fix Committed => Fix Released

-- 
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/1288419

Title:
  Attaching a non-existant volume AttributeError

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  If a user tries to attach a non-existant volume (open two tabs, delete
  the volume in one, attach in the other) an AttributeError is raised
  here:

              volumes = self.get_object()
              attachments = [att for att in volumes.attachments if att]

  volumes is None.

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


References