neutron net-list - Request URI Too Long
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-neutronclient |
Fix Released
|
Medium
|
Mark Rawlings |
Bug Description
With a large number of nets and subnets (>220) the neutron 2.3.10 client responds as below.
# /opt/stack/
2.3.10
# /opt/stack/
Request URI Too Long
#
For comparison the neutron 2.3.9 client responds appropriately
# /opt/stack/
2.3.9
# /opt/stack/
+------
| id | name | subnets |
+------
| 00e37816-
| 01bf9cc8-
| 02c1f253-
| 031d0d46-
....
I have issued the 2.3.9 and 2.3.10 commands with the --debug option and attached the resultant logs.
Note: I have formatted the log files to remove the extremely long lines from the logs. The files are easier to read and compare. The still contain the same content.
This issue appears similar to Bug #1172537 but I am not sure the cause is the same.
Changed in python-neutronclient: | |
milestone: | none → 2.3.12 |
importance: | Undecided → Medium |
Changed in python-neutronclient: | |
status: | Fix Committed → Fix Released |
2nd attachment