diff options
| author | Jens Rosenboom <j.rosenboom@x-ion.de> | 2017-01-05 12:34:43 +0100 |
|---|---|---|
| committer | Jens Rosenboom <j.rosenboom@x-ion.de> | 2017-01-05 15:58:47 +0100 |
| commit | d8749f9148f2a78f28e91c58e698779735eae4dc (patch) | |
| tree | 349eb63eee3b7c241d9cee13fda69b3c505e61e3 /releasenotes/notes | |
| parent | 82e69428f55a24a51965958c90429ca139b6cb50 (diff) | |
| download | python-openstackclient-d8749f9148f2a78f28e91c58e698779735eae4dc.tar.gz | |
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
Diffstat (limited to 'releasenotes/notes')
| -rw-r--r-- | releasenotes/notes/bug-1654221-a564ab75a6afc332.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1654221-a564ab75a6afc332.yaml b/releasenotes/notes/bug-1654221-a564ab75a6afc332.yaml new file mode 100644 index 00000000..5f7132ff --- /dev/null +++ b/releasenotes/notes/bug-1654221-a564ab75a6afc332.yaml @@ -0,0 +1,6 @@ +--- +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>`_] |
