Comment 3 for bug 1928879

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

Reviewed: https://review.opendev.org/c/openstack/manila/+/792034
Committed: https://opendev.org/openstack/manila/commit/2a24b3f6ea080591a3d7a4a28064a24c180b067c
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 2a24b3f6ea080591a3d7a4a28064a24c180b067c
Author: Goutham Pacha Ravi <email address hidden>
Date: Tue May 18 11:56:03 2021 -0700

    [stable/wallaby-only] Set max api version via plugin.sh

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

    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.

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