Update git submodules

* Update openstack-helm from branch 'master'
  - Merge "Fix py3 issue on fernet-manage and update-endpoint"
  - Fix py3 issue on fernet-manage and update-endpoint
    
    fernet-manage:
     - filter used to return a list on python2 but on python3 it returns
     an iterator which has no len method
     - Coherce the keys var into a list so we can run len on it on both
     versions
    
    update-endpoint:
     - ConfigParser is called configparser on python3
     - try/catch and import the proper configparser
    
    Change-Id: I8296074f4d20e47afe0c7aea41bf21999685aecd
This commit is contained in:
Zuul 2019-03-15 11:09:08 +00:00 committed by Gerrit Code Review
parent 07a0194a4b
commit 34109fa835
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9d2bf55e4a7a01f6597c01b2e15eb4ff2af187a5
Subproject commit f191c62d13b306ca7af723d0994a9a84cbe6e4a3