From 2a2f64206d42506d9d1b96812d4a31f2d536e51f Mon Sep 17 00:00:00 2001 From: Pedro Henrique Date: Mon, 18 Jul 2022 11:57:46 -0300 Subject: [PATCH] Update git submodules * Update python-neutronclient from branch 'master' to 7467c710f624aee80de8ef487e5b2c0e78143214 - Add support to floating ip port forwarding To extend Horizon to allow users to create port forwarding rules for their floating ips, we need to extend this client to allow it, as Horizon uses this client. This patch is the one of a series of patches to implement floating ip port forwarding with port ranges. The specification is defined in: https://github.com/openstack/neutron-specs/blob/master/specs/wallaby/port-forwarding-port-ranges.rst Implements: blueprint floatingips-portforwarding-ranges Related-Bug: #1885921 Change-Id: I3f616dba5e2ebe301cf6ce4bed8c2e6e4da2da9b --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index b720fdaee7..7467c710f6 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit b720fdaee7cb2bc8d38c63042c0b455cfd2be312 +Subproject commit 7467c710f624aee80de8ef487e5b2c0e78143214