Update git submodules

* Update neutron from branch 'master'
  - Merge ""scope" conversion only just before pyroute2 method call"
  - "scope" conversion only just before pyroute2 method call
    
    In "IpAddrCommand.list" method, the "scope" parameter is a string
    ("link", "site", "global" or "host"). This method will retrieve all
    devices with an IP address calling "ip_lib.get_devices_with_ip".
    
    Since [1], "ip_lib.get_devices_with_ip" makes the conversion of
    "scope" string parameter to pyroute2 format (see
    "pyroute2.netlink.rtnl.rtscopes"). The list command should skip then
    the previous conversion.
    
    Closes-Bug: #1899141
    
    [1]https://review.opendev.org/#/c/747406/
    
    Change-Id: I55a0f4341b328af52ea3bd758a72f633fbe3abcb
This commit is contained in:
Zuul 2020-10-22 12:58:37 +00:00 committed by Gerrit Code Review
parent 8a2dca16dc
commit 3e29224fdd
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 8660a12aae3d3f889f4bd2477c91909e3ee57f30
Subproject commit 8d8f41ba69fbe2efe29e0c4747aed87e8c0808a7