Comment 1 for bug 1805132

Revision history for this message
Bence Romsics (bence-romsics) wrote :

Thank you for your bug report.

As a first step it seems I managed to reproduce the error by running your script in 'concurrent' mode. So I'm setting the status to Confirmed.

 $ sudo journalctl -u devstack@neutron-api --since '10 minutes ago' | egrep 'Retry wrapper got retriable exception' | wc -l
 0
 $python ~/bug-1805132.py concurrent --auth-url http://100.109.0.51/identity/v3 --username demo --project-name demo --domain-id default --rules-amount 50
 # creates 50 secgroup rules
 $ sudo journalctl -u devstack@neutron-api --since '10 minutes ago' | egrep 'Retry wrapper got retriable exception' | wc -l
 169