Comment 2 for bug 1148563

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

Reviewed: https://review.openstack.org/23788
Committed: http://github.com/openstack/nova/commit/101f0e22c4f118ed54122906508230beaafcae1d
Submitter: Jenkins
Branch: master

commit 101f0e22c4f118ed54122906508230beaafcae1d
Author: Mitsuhiko Yamazaki <email address hidden>
Date: Wed Mar 6 15:03:09 2013 +0900

    Check if flavor id is an empty string

    Now once a flavor is created with empty string id, its id and
    name cannot be specified when we use or delete the flavor.

    This checks if flavorid is empty when creating a new flavor.
    And if so, assigns auto-generated flavorid.

    Fixes bug: 1148563

    Change-Id: Ib48c4cc4ebd993d1f3f3d60a7bb856eff3c279d5