Public bug reported:
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['name']
** Affects: nova
Importance: Undecided
Assignee: Hiroaki Kobayashi (hiro-kobayashi)
Status: In Progress
** Changed in: nova
Assignee: (unassigned) => Hiroaki Kobayashi (hiro-kobayashi)
--
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):
In Progress
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['name']
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1642506/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp