Update git submodules

* Update devstack from branch 'master'
  - Merge "Use master upper-constraints when installing tempest plugins"
  - Use master upper-constraints when installing tempest plugins
    
    when tempst venv is build, it use the master upper_contraint[1]
    but when we install tempest plugin, it use branch upper_contraint.
    
    This leads to mismatch the dependency version between tempest and required
    tempest plugins setup.
    
    Current flow after this change is:
    
    1. install tempest form master (until you explicitly change TEMPEST_BRANCH
       which is default to master in all stable branch). It applies the upper_constraint
       from the stable branch but that will be overridden in step2
    2. configure tempest, here the created venv will install all dependency with
       master's upper_constraint.
    3. install tempest plugins in same venv created above. Now tempest plugin
       will also use the master upper_constraint.
    
    With this tempest venv which has all enabled plugin will be contsraint with
    master.
    
    [1] 72f632222f/lib/tempest (L590)
    
    Change-Id: I89314e8391e8f26c622fc090cbe27997b3cf049a
    Closes-Bug: #1816022
This commit is contained in:
Zuul 2019-03-12 16:15:56 +00:00 committed by Gerrit Code Review
parent d548c87379
commit 7d326edd6b
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 10e31b481de6d21c46d489d992516df767d3182b
Subproject commit 8109ce15550132f6f3ec4bdbe29f6f1fe673f2ac