Comment 3 for bug 1382931

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

Reviewed: https://review.openstack.org/164547
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=5d5cc38467d0caa0366fb5a05b8f82343586a476
Submitter: Jenkins
Branch: master

commit 5d5cc38467d0caa0366fb5a05b8f82343586a476
Author: dagnello <email address hidden>
Date: Sun Mar 15 14:05:42 2015 -0700

    Updating Flavor Resize Restrictions

    Updating instance flavor resize restriction logic to:
    Resize the instance if current flavor id and new flavor id are
    different.
    Except when:
      * current flavor allows for volume support and new flavor does not
      * current flavor has ephemeral support enabled and new flavor does
        not

    Change-Id: If708f795858489114cfa09901591d95b1bcb530b
    closing-bug: 1382931