← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1642506] Re: Test fails due to wrong reference to attributes of dict object

 

** Changed in: nova
       Status: In Progress => Invalid

** Changed in: nova
     Assignee: Hiroaki Kobayashi (hiro-kobayashi) => (unassigned)

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

Title:
  Test fails due to wrong reference to attributes of dict object

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  The reference to an attribute of dict object is wrong at _extend_servers() in
  nova/api/openstack/compute/security_groups.py.
  That causes an AttributeError: 'dict' object has no attribute 'XXX'

  Concretely, "group.name " should be modified to "group.get('name')

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


References