Comment 9 for bug 1680457

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

Reviewed: https://review.openstack.org/462561
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f5a17d9ed312509e51fea154a17c4c5fe118c66b
Submitter: Jenkins
Branch: stable/ocata

commit f5a17d9ed312509e51fea154a17c4c5fe118c66b
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
    (cherry picked from commit 510371d526bd45195be806fb153646abdc269b70)