Update git submodules

* Update openstacksdk from branch 'master'
  - Merge "Replace assertItemsEqual with assertCountEqual"
  - Replace assertItemsEqual with assertCountEqual
    
    assertItemsEqual was removed from Python's unittest.TestCase in
    Python 3.3 [1][2]. We have been able to use them since then, because
    testtools required unittest2, which still included it. With testtools
    removing Python 2.7 support [3][4], we will lose support for
    assertItemsEqual, so we should switch to use assertCountEqual.
    
    [1] - https://bugs.python.org/issue17866
    [2] - https://hg.python.org/cpython/rev/d9921cb6e3cd
    [3] - testing-cabal/testtools#286
    [4] - testing-cabal/testtools#277
    
    Change-Id: I6c165f5600ba281ba41df78de8414404c411d44f
This commit is contained in:
Zuul 2020-10-14 20:35:48 +00:00 committed by Gerrit Code Review
parent 39f9029cb5
commit b1c21f0224
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit ed0cd3277c7cdb90e42862ff31f703ac36f3d088
Subproject commit 002fc71851ed6f74d9b7c2714cbdb9d13aeda004