Reviewed: https://review.openstack.org/25615 Committed: http://github.com/openstack/nova/commit/5b0917a3eea418c883561414c5491ffdedab9428 Submitter: Jenkins Branch: milestone-proposed
commit 5b0917a3eea418c883561414c5491ffdedab9428 Author: Dan Smith <[email protected]> Date: Wed Mar 27 14:45:06 2013 -0700 Fix quantum nic allocation when only portid is specified A simple omission at the end of allocate_for_instance() was preventing the function from returning information about the newly-allocated port if one was not actually allocated from a network (i.e. if it was provided as input). This fixes that and adds a test which would have caught it. Fixes bug 1160560 (cherry-picked from 57689f26f37fe3de33a666a2d7d0731eae9c7ea9) Change-Id: Ib0d7d91acfe5bd684cdfc072fe47c8115c2f91b3 ** Changed in: nova Status: Fix Committed => 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/1160560 Title: booting vms via --nic port-id=<> regression Status in OpenStack Compute (Nova): Fix Released Bug description: nova boot --nic port-id=<.> doesn't seem to work anymore. It looks like this might be the commit that broke it: 394c693e To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1160560/+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

