Update git submodules

* Update osc-placement from branch 'master'
  to b6505e20baa3e240aeb9aa2c238c470eea95e0f1
  - Use pypi released version of placement in functional tests
    
    osc-placement functional tests are using the master version
    of placement which is failing due to the constraints mismatch
    on stable branches testing.
    
    - https://zuul.opendev.org/t/openstack/build/a2cc830f28f44ed5ae0e1c5f0a99ac75
    
    During the discussion in Nova meeting, we did not find any reason why
    we are using the latest placement on stable branch testing of osc-placement
    - https://meetings.opendev.org/meetings/nova/2023/nova.2023-01-10-16.00.log.html#l-47
    
    Below is the original patch which started using the placement from master
    source.
    - https://review.opendev.org/c/openstack/osc-placement/+/651939
    
    To avoid the constraints mismatch on stable branch testing which can
    happen in future also, let's use it from pypi version which will be the
    same way as nova functional tests doing
    - 26f24b7086/tox.ini (L64)
    
    Also, remove basepython/ignore_basepython_conflict from tox.ini. Tox 4.2.6
    still failing with the missing interpreter for [testenv:functional{,-py38,
    -py39,-py310}]. It is due to a conflict between basepython = python3
    and the version fragment in the generative target suppressed by
    ignore_basepython_conflict = true.
    
    This patch removes basepython = python3 assuming that developers already
    switched for python3 in their environment as python2.7 is EOL.
    
    Ref: https://review.opendev.org/c/openstack/nova/+/869545
    
    Change-Id: I4e3e5732411639054baaa9211a29e2e2c8210ac0
This commit is contained in:
Ghanshyam Mann 2023-01-17 11:50:26 -06:00 committed by Gerrit Code Review
parent 49b485b63f
commit 1ce713c937

@ -1 +1 @@
Subproject commit fdf10423bf29b7cfd5e88d9d06e1313ee881ab80
Subproject commit b6505e20baa3e240aeb9aa2c238c470eea95e0f1