Comment 2 for bug 1436613

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

Reviewed: https://review.openstack.org/167845
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5cb3ec11d5c450ca1c931475ed507168500c1c22
Submitter: Jenkins
Branch: master

commit 5cb3ec11d5c450ca1c931475ed507168500c1c22
Author: melanie witt <email address hidden>
Date: Wed Mar 25 23:58:13 2015 +0000

    Fix _instance_action call for resize_instance in cells

    Keyword arguments for the _instance_action function are expected to
    be bundled inside the 'extra_kwargs' keyword argument. The kwarg
    "clean_shutdown" was being passed separately, resulting in a
    TypeError for the unexpected keyword argument.

    Closes-Bug: #1436613

    Change-Id: I7a40ed8a55bd81332aea3e85985c853edea4b3ab