![jh629g](/assets/img/avatar_default.png)
Updated synchronization after gaining better insights into how to utilize oslo_concurrency module. Updated region resource updates to be in resource_setup of base.py for ranger tempest test suite. Improved region status and removal loops to overall improve functionality. Change-Id: I17310dcc46697d4a4541d3ee8355f0669c268e8a
19 lines
267 B
Plaintext
19 lines
267 B
Plaintext
[flake8]
|
|
ignore = E125,E123,E129,H903,H306,W503
|
|
show-source = False
|
|
exclude =
|
|
.git,
|
|
.venv,
|
|
.tox,
|
|
dist,
|
|
doc,
|
|
*egg,
|
|
*.pyc,
|
|
*.egg-info,
|
|
.cache,
|
|
.eggs
|
|
enable-extensions = H106,H203,H904
|
|
import-order-style = google
|
|
filename = *.py
|
|
|