Comment 10 for bug 1843282

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

Reviewed: https://review.opendev.org/681167
Committed: https://git.openstack.org/cgit/openstack/rally-openstack/commit/?id=49dbdffd4106a2a44daaeee94378c5c0138765ba
Submitter: Zuul
Branch: master

commit 49dbdffd4106a2a44daaeee94378c5c0138765ba
Author: Slawek Kaplonski <email address hidden>
Date: Tue Sep 10 08:52:13 2019 +0200

    Upgrade jsonschema upper version and adopt to recent cinderclient

    In [1], requirements.upper-constraints.txt, jsonschema library upper
    version was bumped to 3.0.2. To avoid CI problems like [2], we should
    do the same in this repo.

    It also removes the former multiattach support dropped in Cinder
    Train [3] and `sort_key&sort_dir`[4].

    [1]https://review.opendev.org/#/c/680883/2/upper-constraints.txt@624
    [2]https://d4b9765f6ab6e1413c28-81a8be848ef91b58aa974b4cb791a408.ssl.cf5.rackcdn.com/680427/2/check/neutron-rally-task/01b2c1c/controller/logs/devstacklog.txt.gz
    [3]https://github.com/openstack/python-cinderclient/commit/3c1b417959689c85a2f54505057ca995fedca075
    [4]https://github.com/openstack/python-cinderclient/commit/a63d4d651ae2f7614224f716b3ef8ebf392a6b78

    Co-Authored-By: Cédric Ollivier <email address hidden>
    Co-Authored-By: Andrey Kurilin <andr.kurilin@@gmail.com>

    Closes-Bug: #1843282
    Closes-Bug: #1844063

    Change-Id: I1de3a8f3db6fdeeab6e8ffeb35c442d46d5bd183
    Signed-off-by: Cédric Ollivier <email address hidden>