Comment 3 for bug 1649272

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

Reviewed: https://review.openstack.org/409813
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart/commit/?id=f49bc86ffef8ad4b6985c3e3957d20f6a5d0342d
Submitter: Jenkins
Branch: master

commit f49bc86ffef8ad4b6985c3e3957d20f6a5d0342d
Author: Jiri Stransky <email address hidden>
Date: Mon Dec 12 15:30:04 2016 +0100

    Increase undercloud ssh timeout from 5 to 10 minutes

    I encountered an error during a quickstart run twice in succession --
    time out on waiting for undercloud VM ssh to become available. I managed
    to log in just fine via `ssh -i $WORKDIR/id_rsa_undercloud
    root@$UNDERCLOUD_IP`. This makes me think that the timeout of 5 minutes
    might be just a bit too short for some environments. Doubling the
    timeout to 10 minutes got quickstart past this step on my environment.

    Change-Id: I1a74d996579368cbffa2dfb3a9cab45c0f365a5e
    Closes-Bug: #1649272