From 578805b34b3570bf8dd672ac0e13d8ddd55440b1 Mon Sep 17 00:00:00 2001
From: Riccardo Pittau <elfosardo@gmail.com>
Date: Fri, 22 Feb 2019 12:21:25 +0100
Subject: [PATCH] [trivial] Removing python 3.5 template jobs

Also correcting docs as we don't have a py35 environment

Change-Id: I409db4b73a2dedf283107708e7eea105549da867
---
 doc/source/contributor/dev-quickstart.rst | 2 +-
 zuul.d/project.yaml                       | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/source/contributor/dev-quickstart.rst b/doc/source/contributor/dev-quickstart.rst
index 5e17bb1365..05b8faacfa 100644
--- a/doc/source/contributor/dev-quickstart.rst
+++ b/doc/source/contributor/dev-quickstart.rst
@@ -98,7 +98,7 @@ Running Unit and Style Tests
 
 All unit tests should be run using tox. To run Ironic's entire test suite::
 
-    # to run the py27, py35 unit tests, and the style tests
+    # to run the py27, py3 unit tests, and the style tests
     tox
 
 To run a specific test or tests, use the "-e" option followed by the tox target
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 0b40edceb0..0c89d48d17 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -4,7 +4,6 @@
       - openstack-cover-jobs
       - openstack-lower-constraints-jobs
       - openstack-python-jobs
-      - openstack-python35-jobs
       - openstack-python36-jobs
       - periodic-stable-jobs
       - publish-openstack-docs-pti