Reviewed: https://review.openstack.org/272913 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b08e6e7a83565a13b0d8747d21d4e0c60eaebcb3 Submitter: Jenkins Branch: master
commit b08e6e7a83565a13b0d8747d21d4e0c60eaebcb3 Author: Eli Qiao <[email protected]> Date: Wed Jan 27 14:15:39 2016 +0800 API: Rearrange HTTPBadRequest raising in _resize This patch aimed to fix AutoDiskConfigDisabledByImage exception is excpeced for 2 times, besides, rearrange HTTPBadRequest to group them around each other for easy reading. P.S. Don't touch any logic so no UT need to be added/changed. Closes-Bug: #1538411 Change-Id: I2088322681edd4a3190047560ea99d31c5f3a551 ** 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/1538411 Title: exception.AutoDiskConfigDisabledByImage is expected 2 times in _resize Status in OpenStack Compute (nova): Fix Released Bug description: exception.AutoDiskConfigDisabledByImage is expected 2 times in _resize Please check: https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/servers.py#L912 and https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/servers.py#L928 To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1538411/+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

