Don't run ssh validation in cells v1 job

I187e560911f5d5d482eb7959e5174068c4c9a801 enabled
ssh validation by default which uses floating IPs
by default, which isn't support with cells v1.

Since cells v1 is on life support we're going to
just disable ssh validation in this job.

Change-Id: I33f827cf76c7d99a599f9c0c509453cf2af6c2a6
Closes-Bug: #1693949
This commit is contained in:
Matt Riedemann 2017-05-26 20:18:09 -04:00
parent 9f8c9ab613
commit 0cd67d23bd
1 changed files with 4 additions and 0 deletions

View File

@ -109,3 +109,7 @@ r="$r|(?:.*id\-10fd234a\-515c\-41e5\-b092\-8323060598c5.*)"
r="$r).*$"
export DEVSTACK_GATE_TEMPEST_REGEX="$r"
# Don't run the cells v1 job with ssh validation since it uses floating IPs
# by default which cells v1 doesn't support.
export DEVSTACK_LOCAL_CONFIG="TEMPEST_RUN_VALIDATION=False"