commit a9d2b30f83018246bfd0aab9387adbd37613d692 Author: Andy Botting Date: Thu Oct 8 10:53:00 2020 +1100 Update git submodules * Update murano-agent from branch 'master' - Fix base64 usage for Python 3 Python 3 now handles str and bytes differently to Python 2, so when using b64encode/decode, the input and output must specifically by bytes. This commit adds some base64 helpers to coerce the input to become bytes if the input is a str and decodes the output back to str after the encode or decode. It also adds a test case to replicate the issue and cover the new functions. Change-Id: I8f64da03c7cfc76e620cb3b98201f6287b752bb3 diff --git a/murano-agent b/murano-agent index dd11311..3c41b4f 160000 --- a/murano-agent +++ b/murano-agent @@ -1 +1 @@ -Subproject commit dd1131146f90d6a4d43ad8770fb9f6bc43bada19 +Subproject commit 3c41b4f1b967ee6b35a4a1e7aac6ee5caae90ff9