Comment 8 for bug 1928879

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

Reviewed: https://review.opendev.org/c/openstack/manila/+/822762
Committed: https://opendev.org/openstack/manila/commit/1caecc598eedd94cb103725857d6687f9fab6ec7
Submitter: "Zuul (22348)"
Branch: master

commit 1caecc598eedd94cb103725857d6687f9fab6ec7
Author: Goutham Pacha Ravi <email address hidden>
Date: Wed Dec 22 11:40:09 2021 -0800

    Set tempest api version config in devstack plugin

    manila's tempest plugin is branchless and can at
    any time add tests for API microversions incompatible
    with stable branches.

    We used to configure test API versions via the post test
    hook when relying on devstack-gate. However, API version
    config makes sense whenever we use devstack and have
    tempest enabled. This will help us simplify default
    job configuration in the manila-tempest-plugin repository.

    Since the API version won't change on a stable branch,
    hard-coding the versions (as other micro-versioned services
    do in their devstack) doesn't pose any risk of failing
    reality.

    Change-Id: Ia671fa74c0ee338199bd92a1613882328d24c9e2
    Related-Bug: #1928879
    Signed-off-by: Goutham Pacha Ravi <email address hidden>