From 47ba1fbc006d1817f5b653c3b9262e467f853bc6 Mon Sep 17 00:00:00 2001 From: "huang.zhiping" Date: Tue, 21 Aug 2018 13:22:01 +0000 Subject: [PATCH] switch documentation job to new PTI This is a mechanically generated patch to switch the documentation jobs to use the new PTI versions of the jobs as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Fix doc8 failures. Move doc8 to pep8 environment following PTI. Change-Id: I5e236be20940ae6840eff804804b99f42cd6fcb2 Story: #2002586 Task: #24319 --- doc/source/app-ovn.rst | 11 ++++++----- tox.ini | 2 +- zuul.d/project.yaml | 4 ++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/source/app-ovn.rst b/doc/source/app-ovn.rst index 7b440aa6..4c22b150 100644 --- a/doc/source/app-ovn.rst +++ b/doc/source/app-ovn.rst @@ -36,12 +36,13 @@ Prerequisites * Open vSwitch >= 2.9.0 -* Networking-ovn at time of writing requires neutron-lib>=1.17.0. The overrides -described here will ensure that version is installed. +* Networking-ovn at time of writing requires neutron-lib>=1.17.0. The + overrides described here will ensure that version is installed. -* A successful deployment of OVN requires a dedicated network interface be -attached to the OVS provider bridge. This is not handled automatially and -may require changes to the network interface configuration file. +* A successful deployment of OVN requires a dedicated network + interface be attached to the OVS provider bridge. This is not + handled automatially and may require changes to the network + interface configuration file. OpenStack-Ansible user variables ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/tox.ini b/tox.ini index eb0a04a4..2deab97d 100644 --- a/tox.ini +++ b/tox.ini @@ -38,7 +38,6 @@ basepython = python3 deps = -r{toxinidir}/doc/requirements.txt commands= bash -c "rm -rf doc/build" - doc8 doc sphinx-build -b html doc/source doc/build/html @@ -64,6 +63,7 @@ commands = [testenv:pep8] commands = bash -c "{toxinidir}/tests/common/test-pep8.sh" + doc8 doc [flake8] diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index e757757f..22436e75 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -16,8 +16,8 @@ templates: - openstack-ansible-role-jobs - check-requirements - - publish-openstack-sphinx-docs - - release-notes-jobs + - publish-openstack-docs-pti + - release-notes-jobs-python3 check: jobs: - openstack-ansible-ovs-ubuntu-xenial