Comment 5 for bug 1292309

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

Reviewed: https://review.openstack.org/95059
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=e0844f257cd170d01255aa3f8bfd48ff50731f16
Submitter: Jenkins
Branch: master

commit e0844f257cd170d01255aa3f8bfd48ff50731f16
Author: jichenjc <email address hidden>
Date: Sun Apr 13 13:29:56 2014 +0800

    Handle a flavor create failed better

    Catch FlavorCreateFailed exceptions which when flavor creation fails.
    This type of flavor creation failure is caused by an internal nova problem.
    Return an internal server error (500) to the user so they know
    to contact their cloud provider.

    Closes-Bug: #1292309

    Change-Id: I268c84dae290b0170448d789509af781555df9b0