Reviewed: https://review.openstack.org/464548 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=29c8ae3cd9653b310c3fac803e6295e5fa885d15 Submitter: Jenkins Branch: master
commit 29c8ae3cd9653b310c3fac803e6295e5fa885d15 Author: Kevin_Zheng <[email protected]> Date: Mon May 15 15:02:00 2017 +0800 Catch exception.OverQuota when create image for volume backed instance When create image for a volume backed instance, nova will create snapshots for all volumes attached to the instance in Cinder, and if quota exceed in Cinder, HTTP 500 will raise, we should capture this error and raise 403. Change-Id: Ic62478e22a7477cfaefac3e63c383082d66bd635 Closes-Bug: #1689284 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1689284 Title: should capture quota exceed error from cinder when create image for volume backed instance Status in OpenStack Compute (nova): Fix Released Status in OpenStack Compute (nova) newton series: New Status in OpenStack Compute (nova) ocata series: New Bug description: When create image for a volume backed instance, nova will create snapshots for all volumes attached to the instance in Cinder, and if quota exceed in Cinder, HTTP 500 will raise, we should capture this error and raise 404. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1689284/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

