Fix -py35 typo for dsvm-nodepool job

Otherwise, we don't flag python3 support properly.

Change-Id: I564467180feeb4e26a2d38a4782b72c6a40aecfd
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-05-19 11:07:59 -04:00
parent 401774b848
commit 62dffa8201
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
- devstack-checkout
- shell: |
#!/bin/bash -xe
if [ "{python}" == "py35" ]; then
if [ "{python}" == "-py35" ]; then
export DEVSTACK_GATE_USE_PYTHON3=true
fi
export PYTHONUNBUFFERED=true