From d29444a5209c0738a088d2d3984798e432d89c14 Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 22 Mar 2019 14:59:51 +0000 Subject: [PATCH] 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 --- tripleo-heat-templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo-heat-templates b/tripleo-heat-templates index ec43bb59a7..4261d2c96a 160000 --- a/tripleo-heat-templates +++ b/tripleo-heat-templates @@ -1 +1 @@ -Subproject commit ec43bb59a73ab98870a68dcef7f98357f3a740a3 +Subproject commit 4261d2c96a93aad1da64624dc88667d335de9c3b