Comment 2 for bug 1045393

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

Reviewed: https://review.openstack.org/12323
Committed: http://github.com/openstack/nova/commit/c813af2d7f441ac5e8506a5df2db256ebacbe875
Submitter: Jenkins
Branch: master

commit c813af2d7f441ac5e8506a5df2db256ebacbe875
Author: Mark McLoughlin <email address hidden>
Date: Mon Sep 3 16:43:37 2012 +0100

    Fix vmwareapi driver spawn() signature

    Fixes bug #1045393

    commit 99fb9d2a changed the signature of the spawn() method but not
    all drivers were updated for the change.

    The injected_files and admin_password instance attributes were ignored
    by the hyperv driver before, so we can just ignore them in spawn() now
    that they are being passed as function arguments.

    Change-Id: Ifc4279a05127dcc5c01388882c40570bf6de5ff2