python-openstackclient/releasenotes/notes/bug-1575624-87957ff60ad661a6.yaml
Huanxuan Ao 4524b3605f Fix error in flavor set/unset command
In the "flavor set/unset" command,the "flavor" parameter
can be a name but can not be a id of a flavor.
I think we should find a flavor by using "utils.find_resource()"
in these commands.

Change-Id: I5836788f7ed18813f1ebde31bb808b7c3f932b80
Closes-Bug: #1575624
2016-04-28 19:59:53 +08:00

6 lines
173 B
YAML

---
fixes:
- Fixed ``flavor set/unset`` command to properly find a
flavor to be set/unset by flavor id.
[Bug `1575624 <https://bugs.launchpad.net/bugs/1575624>`_]