This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.
Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.
Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Change-Id: I8a6813954cf2621acfb005f07edae420965f63c1
Story: #2002586
Task: #24321
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.
We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.
We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.
Change-Id: Ia4d5692902d065ff3761b14d44a9e38815bc579f
There is actuall no runtime depend. There is a build time depend, but
that's taken care of already.
Change-Id: I4bc7b012f9e5dd9f16c67ca3dcdfdeb5e63cd912
requestsexceptions is now part of the shade project, so update
adminstrivia things. We should declare 3.5 support, and not 3.4 or 3.3,
since they're untested. We should also remove the infra exclusions since
it's no longer under that umbrella (also, no code changes were required)
Change-Id: Idc1a5449c6ed5a790083a63dfbd5815fbc9dd650
The 2.0.0 is breaking in that it removes the use of warnerrors in
build_sphinux.
requestsexceptions isn't using that feature, so it shoudln't break.
The cap on pbr is preventing other OpenStack projects that would like to
use pbr 2.0.0 (and sphinx 1.5.1) from doing so as it breaks
co-installability with requestsexceptions
Change-Id: Id7ed73ec18580a9649f67b42f369c8820573b4a5
Related-Bug: 1668848
requestsexceptions supports python3 just fine, but the build files did
not indicate this. More importantly, wheel=universal was not set, so it
was just uploading a py2 wheel to pypi. Silly wheels.
Change-Id: I4992eebe18193329699409ecfee9036b67dfbac3
Closes-Bug: 1541616
shade hits the SubjectAltName problem when talking to Rackspace. Also,
one of the things you want to do is turn off the warnings - so add a
function for that.
Change-Id: I3a55c66e5a4033a47a9d8704dd30709a5c53edc9