Update git submodules

* Update neutron from branch 'master'
  to c8aa65796f335e0efdd4c9f14e0accad655154e4
  - Merge "test: fix docstring validation function"
  - test: fix docstring validation function
    
    For some reason in Python even if using getattr with None and as
    default value a string for the type __doc__ will return None.
    
    >>> type(getattr(None, "__doc__", ""))
    <class 'NoneType'>
    
    The error reported was:
    
    ft1.1: neutron.tests.functional.db.test_migrations.TestModelsMigrationsMySQL.test_branchestesttools.testresult.real._StringException: Traceback (most recent call last):
      File "/home/zuul/src/opendev.org/openstack/neutron/neutron/tests/base.py", line 182, in func
        return f(self, *args, **kwargs)
      File "/home/zuul/src/opendev.org/openstack/neutron/neutron/tests/functional/db/test_migrations.py", line 302, in test_branches
        find_migration_exceptions()
      File "/home/zuul/src/opendev.org/openstack/neutron/neutron/tests/functional/db/test_migrations.py", line 253, in find_migration_exceptions
        if len(explanation) < 1:
    TypeError: object of type 'NoneType' has no len()
    
    Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com>
    Change-Id: I7c03bac9c6e8dd074325f511e555c10fec8e77fc
This commit is contained in:
Zuul 2022-11-07 16:24:25 +00:00 committed by Gerrit Code Review
parent 5943a00f6e
commit 607620eb9f
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit c99792e2131ec3bf83d0873624784666e1227450
Subproject commit c8aa65796f335e0efdd4c9f14e0accad655154e4