Update git submodules

* Update oslo.versionedobjects from branch 'master'
  - Provide stable getargspec() behavior for method fingerprinting
    
    Python3 has deprecated inspect.getargspec(), which our fixture uses
    to provide fingerprinting for remotable methods. Since the hashesh for
    those methods are stored in the wild and are used to detect when objects
    change in incompatible ways, it is desirable to avoid having to change
    all stored hashes when a library adopts the newer method.
    
    This change attempts to use the older spec format when possible to
    avoid needless hash changes, and opts for the newer one when necessary
    to represent some newer feature. Changing hashes when adding such a feature
    to a remotable method is implied anyway, so getting the newer one based
    on the newer method is expected.
    
    Change-Id: I84b4ce9c95d6ab86c58f8d797dba28201c1f1668
This commit is contained in:
Dan Smith 2020-02-07 07:40:20 -08:00 committed by Gerrit Code Review
parent a8f7eea000
commit 726e533a75
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 298c5107ebde0850379970a7f3678b057ed90a93
Subproject commit c1933306ddd8df09185c5d32ff2603d826d4ad5a