neutron/neutron/services/tag
Rodolfo Alonso Hernandez dd184c5c10 Fix Loki tempest jobs
This patch fixes the issues reported in the
"neutron-ovn-tempest-with-uwsgi-loki" job:
* The missing retry decorators in some ``TapPlugin`` methods.
* Added a session flush in
  ``OVNL3RouterPlugin.create_router_precommit``. In case the router
  creation fails before the creation of the initial
  ``OVNRevisionNumbers`` register, the transaction is retried.
  That will prevent from trying to retrieve a router standard
  attribute that doesn't exist, due to a previous error.

Closes-Bug: #2017131

Change-Id: Idbf7ea6018146b67387f2ff99e281e32170ba039
2023-04-23 07:26:55 +02:00
..
__init__.py Add tag mechanism for network resources 2016-03-02 05:43:14 +09:00
tag_plugin.py Fix Loki tempest jobs 2023-04-23 07:26:55 +02:00