Comment 4 for bug 1603351

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-qa (stable/mitaka)

Reviewed: https://review.openstack.org/348194
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=52873041ef2cbcc2f9ab6f770fb1cf70d8891194
Submitter: Jenkins
Branch: stable/mitaka

commit 52873041ef2cbcc2f9ab6f770fb1cf70d8891194
Author: Volodymyr Shypyguzov <email address hidden>
Date: Fri Jul 15 11:55:58 2016 +0300

    Replace node.create() with node.start() in warm_start_nodes

    With the introduction of IpmiNode it's better to use node.start()
    method, because node.create() works only for virtual slaves

    Also:
    + add configurable timeout to the warm and cold restart methods

    Change-Id: I4968d62c2b431271928b55672431422cb5527f7a
    Closes-Bug: #1603351
    (cherry picked from commit 643bf76c6a53e8093adff66675115081e9c8a17d)