← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1326512] [NEW] api.base.APIDictWrapper can't handle "in"

 

Public bug reported:

The APIDictWrapper class within openstack-dashboards/api/base.py can't
handle the "in" operator correctly.

Also, it will fail if a non-string is passed into it's __getitem__
method.  (Which is what is called from a dict lookup.)

The get method also fails on non-strings.

** Affects: horizon
     Importance: Undecided
     Assignee: Matthew D. Wood (woodm1979)
         Status: In Progress

** Changed in: horizon
     Assignee: (unassigned) => Matthew D. Wood (woodm1979)

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

Title:
  api.base.APIDictWrapper can't handle "in"

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  The APIDictWrapper class within openstack-dashboards/api/base.py can't
  handle the "in" operator correctly.

  Also, it will fail if a non-string is passed into it's __getitem__
  method.  (Which is what is called from a dict lookup.)

  The get method also fails on non-strings.

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


Follow ups

References