Logical error in flavors unset_keys method
Bug #1324077 reported by
zhangjialong
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-novaclient |
Fix Released
|
Undecided
|
zhangjialong |
Bug Description
In novaclient/
def unset_keys(self, keys):
"""
Unset extra specs on a flavor.
:param flavor: The :class:`Flavor` to unset extra spec on
:param keys: A list of keys to be unset
"""
for k in keys:
return self.manager.
Only first key could be remove and unset because of the key word return.
Changed in python-novaclient: | |
assignee: | nobody → zhangjialong (zhangjl) |
Changed in python-novaclient: | |
milestone: | none → 2.18.0 |
Changed in python-novaclient: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/96141
Review: https:/