Comment 5 for bug 1302019

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

Reviewed: https://review.openstack.org/86018
Committed: https://git.openstack.org/cgit/openstack/tuskar-ui/commit/?id=1625b16b0404e8f01b2cc1e82f717dccf3bbb3bb
Submitter: Jenkins
Branch: master

commit 1625b16b0404e8f01b2cc1e82f717dccf3bbb3bb
Author: Ana Krivokapic <email address hidden>
Date: Tue Apr 8 14:23:45 2014 +0200

    Prevent used flavor from being deleted

    When a flavor deletion is attempted, two checks are necessary:
    * ensure the flavor is not deployed on an instance
    * ensure the flavor is not associated with a deployment role

    This patch adds the second check which was missing.

    Change-Id: I8c9610a4245b617cae281b44084d1a93b4699c2c
    Closes-bug: #1302019