yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #01578
[Bug 1142734] Re: bdm dict item read as attribute in snapshot_volume_backed
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => grizzly-rc1
--
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/1142734
Title:
bdm dict item read as attribute in snapshot_volume_backed
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
Stumbled upon an error similar to the one found in
https://review.openstack.org/#/c/23354/ where a dbm dict
item is tried to be read as an attribute.
if bdm.no_device:
should be replaced with
if bdm['no_device']:
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1142734/+subscriptions