Comment 1 for bug 1654221

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/416940
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=d8749f9148f2a78f28e91c58e698779735eae4dc
Submitter: Jenkins
Branch: master

commit d8749f9148f2a78f28e91c58e698779735eae4dc
Author: Jens Rosenboom <email address hidden>
Date: Thu Jan 5 12:34:43 2017 +0100

    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