Update git submodules

* Update octavia-tempest-plugin from branch 'master'
  to a66952e9628c1234fb549065863739e2fb4951e5
  - Fix generate_pkcs12_bundle for FIPS
    
    generate_pkcs12_bundle used the PKCS12 class of the pyOpenSSL module
    which is not compliant with FIPS (uses SHA1).
    Switch to the cryptography module for generating the PKCS bundles unless
    for really old releases (<=3.0) that don't support it (stable/train is
    still on 2.8).
    
    Change-Id: Ibd50e9a6e406683b7faba093d716c83d2b994ad7
This commit is contained in:
Gregory Thiemonge 2022-07-22 13:43:28 +02:00 committed by Gerrit Code Review
parent 7fcff81e0c
commit 2b68f4a565
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 2f975b31c96f7141f2c5a1acfc4a5a9d17d59681
Subproject commit a66952e9628c1234fb549065863739e2fb4951e5