← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1288419] [NEW] Extending a non-existant volume TypeError

 

Public bug reported:

If a user tries to extend a non-existant volume (open two tabs, delete
the volume in one, extend in the other) a TypeError is raised here:

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

volumes is None.

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
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:
  Extending a non-existant volume TypeError

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  If a user tries to extend a non-existant volume (open two tabs, delete
  the volume in one, extend in the other) a TypeError 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


Follow ups

References