Reviewed: https://review.opendev.org/704520 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=bfb8dcded66eb2ea702c12b8620db4aae58545db Submitter: Zuul Branch: master
commit bfb8dcded66eb2ea702c12b8620db4aae58545db Author: Kobi Samoray <[email protected]> Date: Mon Jan 27 12:03:35 2020 +0200 Support large network queries towards neutron While querying metadata from an LB source, the subnet query may result with a large number of networks. That might exceed the maximum request length on the following port query towards Neutron. The patch addresses such issue. Closes-Bug: #1861087 Change-Id: I9d72c80574d08d8409ed0dcc0476f52a0d173a1e ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1861087 Title: Fetching metadata via LB fails when query returns large number of networks Status in OpenStack Compute (nova): Fix Released Bug description: While querying metadata via LB object, Neutron queries the attached networks to the metadata provider. However, when there is a massive number of networks in the result, the following port query fails with the following error: requester 10.6.0.6. Error: An unknown exception occurred.: RequestURITooLong: An unknown exception occurred To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1861087/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

