python-openstackclient/releasenotes/notes/bug-1654221-a564ab75a6afc332.yaml
Jens Rosenboom d8749f9148 Fix creating a private flavor with ID auto
When a private flavor is created with ID auto (=default) and a project
is specified for it, instead of trying to add the project to the flavor
called "auto" the ID of the newly created project should be used.

Change-Id: I19f7a0ec26bd5d147f00ecba3312240e3601567e
Closes-Bug: 1654221
2017-01-05 15:58:47 +01:00

7 lines
193 B
YAML

---
fixes:
- |
Fix ``--project`` option for ``flavor create`` command when the
ID for the new flavor is auto generated.
[Bug `1654221 <https://bugs.launchpad.net/bugs/1654221>`_]