Merge "Fix TLD issues for test concurrency"
diff --git a/.zuul.yaml b/.zuul.yaml
index 73a92ad..d40d786 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -26,5 +26,4 @@
- designate-bind9-stable-xena
- designate-bind9-stable-wallaby
- neutron-tempest-plugin-designate-scenario
- gate:
- queue: designate
+ queue: designate
diff --git a/tox.ini b/tox.ini
index a413aeb..545cdca 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,7 @@
setenv =
VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE=1
-whitelist_externals = sh
+allowlist_externals = sh
find
rm
commands =
@@ -43,14 +43,14 @@
[testenv:releasenotes]
deps = {[testenv:docs]deps}
-whitelist_externals = rm
+allowlist_externals = rm
commands =
rm -rf releasenotes/build
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:bashate]
deps = bashate
-whitelist_externals = bash
+allowlist_externals = bash
commands = bash -c "find {toxinidir}/devstack \
-not \( -type d -name .?\* -prune \) \
-not \( -type d -name doc -prune \) \