Update git submodules

* Update monasca-api from branch 'master'
  to 7466a2f962ec5e14651ad9d5597753b3c05c3c25
  - Replace removed DB methods with current ones
    
    Replace removed Binary with LargeBinary import
    Remove reflect=True from Alembic MetaData
    Replace removed idle_timeout with connection_recycle_time option
    
    - Binary was removed in SQLAlchemy 1.4.x [1]
    - SQLAlchemy was updated to 1.4.15 in u-c [2]
    - idle_timeout was removed in oslo.db 10.0.0 [3]
    - oslo.db was updated to 10.0.0 in u-c [4]
    - idle_timeout was already deprecated and renamed as
      connection_recycle_time [5]
    
    [1] https://github.com/sqlalchemy/sqlalchemy/issues/6263#issuecomment-819645247
    [2] dc86260b28
    [3] a857b83c9c
    [4] f322cc13d8
    [5] 6634218415
    
    Change-Id: I13ec9c2b53174cfb2e3cb990ec773588cf68007c
This commit is contained in:
Martin Chacon Piza 2021-07-23 10:50:45 +02:00 committed by Gerrit Code Review
parent 1ff3be1bcc
commit 23f340ac9b
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3d43cbec0f73ccfcb3ac43d03d710e71dda68553
Subproject commit 7466a2f962ec5e14651ad9d5597753b3c05c3c25