Update git submodules

* Update tripleo-heat-templates from branch 'master'
  - Merge "Fixup ipaclient.yaml for python3"
  - Fixup ipaclient.yaml for python3
    
    This change does two things:
    1. it uses print() which is the only supported way of calling print
       in python3 (and still works with python2). This way we avoid the
       following error:
    
    SyntaxError: Missing parentheses in call to 'print'. Did you mean print('...')?
    
    2. It uses the PythonInterpreter variable to choose the python
       interpreter
    
    Tested and we correctly get the right wanted interpreter:
    ...
    fqdn=`echo $data | /usr/bin/python3 -c 'import json,sys;obj=json.load(sys.stdin);print(obj.get("join", {}).get("hostname", ""))'`
    ...
    
    Change-Id: I6e68664c650d0481a9f0cfd21985434d8c75e1a2
    Co-Authored-By: Luca Miccini <lmiccini@redhat.com>
This commit is contained in:
Zuul 2019-03-22 14:59:51 +00:00 committed by Gerrit Code Review
parent d8e1836393
commit d29444a520
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit ec43bb59a73ab98870a68dcef7f98357f3a740a3
Subproject commit 4261d2c96a93aad1da64624dc88667d335de9c3b