Comment 4 for bug 1048678

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

Reviewed: https://review.openstack.org/12729
Committed: http://github.com/openstack/nova/commit/d741328543ad6059bef56adb59f4c94781eaedcd
Submitter: Jenkins
Branch: master

commit d741328543ad6059bef56adb59f4c94781eaedcd
Author: Vishvananda Ishaya <email address hidden>
Date: Mon Sep 10 12:15:02 2012 -0700

    Fix flavor deletion when there is a deleted flavor

    If there is a deleted flavor with the same ID as an undeleted flavor,
    the flavormanage delete code attempts to delete it again, which fails.
    This patch makes sure to pass read_deleted='no' when the flavor is
    retrieved for deletion so we get the undeleted flavor. Includes a
    failing test to make sure the value is passed properly.

    Fixes bug 1048678

    Change-Id: If6a20de2526b7ba90ada4a40317a98f79b2141dc