Comment 3 for bug 1384418

Revision history for this message
Ilya Shakhat (shakhat) wrote :

Steps to reproduce:
0. Deploy MOS in HA mode
1. Create 204 networks with subnets
#!/bin/bash
for i in {1..204}
do
   neutron net-create net-$i
   neutron subnet-create net-$i 10.2.$i.0/24
done
2. Run "neutron net-list". The command fails with "Bad Request (HTTP 400)"