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
This commit is contained in:
Zuul 2022-05-23 17:37:42 +00:00 committed by Gerrit Code Review
parent a8a9ae5518
commit 7085e183d4
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 382ad315922d8e718362f6c295a8025bfb750c3f
Subproject commit 07f0bedd05eef5f49fbc7efa9feef896a1f17662