Reviewed: https://review.openstack.org/257344 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=04b7c27dfb446cfce508db32643bed3220b117b1 Submitter: Jenkins Branch: master
commit 04b7c27dfb446cfce508db32643bed3220b117b1 Author: Sahid Orentino Ferdjaoui <[email protected]> Date: Mon Dec 14 08:18:50 2015 -0500 conductor: fix unbound local variable request_spec Moves build request_spec in order to use it when a max retry exceeded exception is raised. Closes-Bug: 1527497 Change-Id: Ia16b09d259d1c72e9d0af4075f0810a26602f7ad ** 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/1527497 Title: Unbound local variable request_spec Status in OpenStack Compute (nova): Fix Released Bug description: When building instance a MaxRetryExceeded exception can be raised which is handle by an unbound local variable request_spec. in nova/conductor/manager.py, method build_instance() To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1527497/+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

