Some of the available checks are disabled by default, like:
[H106] Don’t put vim configuration in source files
[H203] Use assertIs(Not)None to check for None
Depends-On: Ib6451504530f932ebd63374618d213ff7086dd1c
Change-Id: I1e81dd00d6c19574382d3c065826255879708833
In Pike OpenStack documentation is changed in a way that the project repos
contain most of the documentation material [1]. This affcects how the doc
folder shall be strucutred inside the project repo. With this change I
align the install guide to the new structure and correct the warnings
during the document generation. The overall work is tracked in [2].
[1]: http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html
[2]: https://etherpad.openstack.org/p/doc-migration-tracking
Change-Id: Ib5400247d2ba5f8dac80ef68a43d06868bd42f1c
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Signed-off-by: csatari <gergely.csatari@nokia.com>
When a development environment is under a proxy, tox is failed even if
environment variables of the proxy are set.
This patch fix this problem. Refer patch set [1]
[1] https://review.openstack.org/#/c/189569
Change-Id: Id4046c5be169907a2038f4a67bd984825f9621ea
fix "test command found but not installed in testenv"
by adding the full path
fix "WARNING:stevedore.named:Could not load oslo.db"
Change-Id: Idf757e1ba7e1e1410a9083a2127905a798a5ab8f
Running py2* post py3* tests results in error. Add
'rm -f .testrepository/times.dbm' command in testenv to
resolve this.
Change-Id: I725b7f4dcbed537577b99f4b9f13a74e2e4c26e7
The gating on python 3.4 is restricted to <= Mitaka. This is due to
the change from Ubuntu Trusty to Xenial, where only python3.5 is
available. There is no need to continue to keep these settings.
Change-Id: I3ab6eca4deb5848b0684b4d2d44341c973fc7d9d
We have not *openstack/common* directory in vitrage, so
we should drop it for improving searching efficiency.
Change-Id: I9d78c4caf50571ff8cadef87eef471cf1c945875
All the components of openstack maintain releasenotes. Similarly,
vitrage must also maintain releasenotes. This adds the releasenotes
directory to the vitrage repo.
Change-Id: I83892a67063e51b704d25f37c9b9ce279ddc6a2e
Implements: blueprint maintain-releasenotes
Now that there is a passing gate job, we can claim support for
Python 3.5 in the classifier. This patch also adds the
convenience py35 venv.
Change-Id: If2019cb09d0938377ce3d8bab13224675d81ba31