From 7085e183d4af3b6493c04baca14dfe6abadd292d Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 23 May 2022 17:37:42 +0000 Subject: [PATCH] Update git submodules * Update puppet-neutron from branch 'master' to 07f0bedd05eef5f49fbc7efa9feef896a1f17662 - Merge "Remove handling of 'u' prefix" - Remove handling of 'u' prefix ... because the prefix is no longer printed in Python 3. In python 2 >>> print({u'foo': u'baa'}) {u'foo': u'baa'} >>> print([u'foo', 'baa']) [u'foo', 'baa'] In python 3 >>> print({u'foo': u'baa'}) {'foo': 'baa'} >>> print([u'foo', 'baa']) ['foo', 'baa'] Change-Id: I8dc8f83b3be836f201b1df4bfaaa781a77d08557 --- puppet-neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-neutron b/puppet-neutron index 382ad31592..07f0bedd05 160000 --- a/puppet-neutron +++ b/puppet-neutron @@ -1 +1 @@ -Subproject commit 382ad315922d8e718362f6c295a8025bfb750c3f +Subproject commit 07f0bedd05eef5f49fbc7efa9feef896a1f17662