Update git submodules

* Update kuryr-kubernetes from branch 'master'
  to 5afa4925fcfd74046382014385025d889e4a99c0
  - Fix potential issue with network/subnet name length.
    
    In OpenStack Neutron and Octavia, name and descriptions of the objects
    are limited to the 255 characters, while on Kubernetes names are limited
    to the 253 characters. Kuryr often creates names for the networks and
    subnets using Kubernetes object name with additional prefix and suffix,
    which may exceed allowed character limit. In this patch there is
    proposed solution for this issue by simply truncate kubernetes resource
    name, while keeping prefix and suffix intact, to fit the Neutron name
    limit.
    
    Change-Id: I6e404104034f11593fc313797ad464458bbdf82d
This commit is contained in:
Roman Dobosz 2022-04-08 18:21:48 +01:00 committed by Gerrit Code Review
parent a818dcdc56
commit 1ee2e512a0
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 524ce93c4322012cfe4e65280211836cfe29736d
Subproject commit 5afa4925fcfd74046382014385025d889e4a99c0