Comment 12 for bug 1606887

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

Reviewed: https://review.openstack.org/357030
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=1d536398674f946095ab3015103032cabbc6900a
Submitter: Jenkins
Branch: master

commit 1d536398674f946095ab3015103032cabbc6900a
Author: Vladimir Khlyunev <email address hidden>
Date: Wed Aug 17 19:08:54 2016 +0300

    Pass retry count=1 into keystone session

    KeystoneAuth can handle connection failure and timeouts not related to
    target service but but defauit this retries are disabled. We are faced with
    several issues related to broken session in case of changed time on server or
    even restart of nailgun. The second request will re-create session inside of
    KeystoneAuth so lets allow session to handle it.

    Related-bug:1606887
    Change-Id: I3011e25a5c81f74015430b5ace5aa14bc4695bb8