Comment 2 for bug 1837468

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to mistral (stable/rocky)

Reviewed: https://review.opendev.org/672185
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=f2a0b569f767e0f7cea844ed01accccf810ca618
Submitter: Zuul
Branch: stable/rocky

commit f2a0b569f767e0f7cea844ed01accccf810ca618
Author: Guang Yee <email address hidden>
Date: Mon Jul 22 15:15:00 2019 -0700

    disable triggering version discovery in test_generator unit tests

    Fixed unit.actions.openstack.test_generator.GeneratorTest.test_generator
    failure by avoid triggering version discovery as it needs to talk to
    Keystone server. Talking to a live Keystone server is not needed for
    this particular unit test.

    NOTE: this patch is only applicable to stable/rocky and with the latest
    openstacksdk 0.17.3 release.

    NOTE: this patch also includes change I9ab552dd4bf3826f358d73a4bddaf1885b1be130
    from https://review.opendev.org/#/c/672543/ as both are needed in order
    to pass Jenkins.

    Change-Id: Ib2c72e89612c9b2b4bccd37cb797804ea40e0b1f
    Closes-Bug: 1837468