Comment 7 for bug 1680457

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

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

commit 510371d526bd45195be806fb153646abdc269b70
Author: Abhishek Sharma <email address hidden>
Date: Wed Apr 26 16:38:15 2017 -0400

    Catching OverQuota Exception

    When any vm creation fails because of exceeding 'gigabytes',
    'volumes', 'per_volume_gigabytes' quotas, the error message
    generated is specific to 'volumes' quota which says
    "Volume resource quota exceeded". Instead, the error message
    should be specific to the quota which failed.

    Change-Id: I9c1ac2cd4752d5aac20d06407792647b4549ad3d
    Closes-Bug: 1680457