Update git submodules

* Update devstack from branch 'master'
  to 9a1be7794bd3b1b06a89183a800f42f77cd1b1b9
  - Pin tox<4.0.0 for <=stable/zed branch testing
    
    Tox 4.0.0 has some incompatible changes, epecially more
    strict on allowlist_externals. Tempest recently changed
    allowlist_externals not to be *[1] causing the failure
    on jobs where lib/tempest failing to run the tempest
    as command in virtual env.
    
    ----------
    venv: commands[0]> tempest verify-config -uro /tmp/tmp.qH5KgJHTF4
    venv: failed with tempest is not allowed, use allowlist_externals to allow it
    ------
    
    We do not need to test/fix the <=stable/zed branches with tox 4.0.0
    and pinning them with the compatible tox version of the time stable
    brnaches were releaased is better way.
    
    This commit proposes:
    1. Pinning the tox<4.0.0 for <=stable/ze branches testing
    2. Workaround to unblock the master gate by pinning it <4.0.0 but
    we should make our testing compatible with tox 4.0.0 soon.
    
    Depends-On: https://review.opendev.org/c/openstack/devstack/+/867066
    
    Related-Bug: #1999183
    
    [1] https://review.opendev.org/c/openstack/tempest/+/865314 devstack based job started failing to run tempest command on venv.
    
    Change-Id: I9a138af94dedc0d8ce5a0d519d75779415d3c30b
This commit is contained in:
Ghanshyam Mann 2022-12-09 08:46:34 -06:00 committed by Gerrit Code Review
parent 62c27ad45b
commit 2305b8e32f
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit fd502fe0527fee0b891135e499e6a745975412da
Subproject commit 9a1be7794bd3b1b06a89183a800f42f77cd1b1b9