** No longer affects: openstack-qa -- 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/894172
Title: nova.compute.manager has unreachable path Status in OpenStack Compute (Nova): Fix Released Bug description: nova.compute.manager has unreachable path https://github.com/openstack/nova/blob/master/nova/compute/manager.py#L306 if not ((bdm['snapshot_id'] is None) or (bdm['volume_id'] is not None)): is equivalent to this: if ((bdm['snapshot_id'] is not None) and (bdm['volume_id'] is None)): bdm['volume_id'] is always set L304 if bdm['snapshot_id'] is not None and bdm['volume_id'] is None https://github.com/openstack/nova/blob/master/nova/compute/manager.py#L304 To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/894172/+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

