aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-01 23:24:25 +0000
committerGerrit Code Review <review@openstack.org>2017-02-01 23:24:25 +0000
commit6a72ef3f64f2694c98edecea6422ffbca3920283 (patch)
treef0ff2cf6c8d06fc8fac24d372ad1c4bc61e41bd6
parent10dce17a8a0a1c9718d40a3e158e7d34cc31ebfe (diff)
parent5e0a7eee8ff9d45be17103cc2de9552a944a858b (diff)
Merge "Validate that endpoint_map.yaml is up to date in the gate"
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 969f21d4..3796a546 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,6 +13,7 @@ commands = {posargs}
[testenv:pep8]
commands =
python ./tools/process-templates.py
+ python ./network/endpoints/build_endpoint_map.py --check
python ./tools/yaml-validate.py .
[testenv:templates]