Comment 52 for bug 1517839

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

Reviewed: https://review.openstack.org/325748
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=6962cad094e47e4a4617ede81e50567f52f412d3
Submitter: Jenkins
Branch: master

commit 6962cad094e47e4a4617ede81e50567f52f412d3
Author: ChangBo Guo(gcb) <email address hidden>
Date: Mon Jun 6 14:36:37 2016 +0800

    test: pass enable_pass as kwarg in test_evacuate

    Before this commit, parameter mock_save receives the boolean value,
    and parameter enable_pass receives the value of mock in method
    _test_evacuate_enable_instance_password_conf, that's wrong.

    This commit fixes it and ensure enable_instance_password's override
    value is valid.

    Change-Id: I84f329b2c29fc9e4bda9d2506ee595d3c56f2327
    Related-Bug: #1517839