Update git submodules

* Update neutron from branch 'master'
  to 2f47d2bb55c5d8304e345b66272573f6140aa6fe
  - Merge "Bump revision number of objects when description is changed"
  - Bump revision number of objects when description is changed
    
    "Description" attribute belongs to the StandardAttribute class from
    which many other classes inherits (like e.g. Network, Port or Subnet).
    In case when only description of object is updated, revision number of
    the object should be bumped but it wasn't the case for all of the
    objects. For example updated description of the Network or Router didn't
    bumped its revision_number. It was like that because StandardAttribute
    object was the only one which was dirty in the session, and as it is not
    member of the HasStandardAttibutes class, it was filtered out.
    
    Now, to fix that problem revision_plugin looks in the session.dirty list
    for objects which inherits from HasStandardAttibutes class (as it was
    before) but also for StandardAttribute objects to bump revision numbers.
    
    Closes-Bug: #1981817
    Closes-Bug: #1865173
    Change-Id: I79b40a8ae5d594ed6fc875572663469c8b701202
This commit is contained in:
Zuul 2022-08-26 16:17:38 +00:00 committed by Gerrit Code Review
parent 2d4f4aae38
commit 2795ce8195
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 76b6388d4b78b7e40939cf65f7e8a8fb7a14b089
Subproject commit 2f47d2bb55c5d8304e345b66272573f6140aa6fe