Yes, project conundrum is a code-name for our transition to OFTC
as we do not want to put anything into freenode IRC which may abruptly
result in the channel being siezed or shutdown by the new
owners/operators of freenode
Change-Id: Ic4bfd0e5cfa8327d2832d4dbdd7c81348e1ef46f
See: http://lists.openstack.org/pipermail/openstack-discuss/2021-May/022718.html
Setuptools v54.1.0 introduces a warning that the use of
dash-separated options in 'setup.cfg' will not be supported
in a future version [1].
Get ahead of the issue by replacing the dashes with underscores.
Without this, we see 'UserWarning' messages
like the following on new enough
versions of setuptools:
UserWarning: Usage of dash-separated 'description-file' will not be
supported in future versions. Please use the underscore name
'description_file' instead
[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
Change-Id: I259f4d64f97a47676a756bba6ae8660e55dd45d1
The --debug option exists but does nothing. Wire in openstacksdk logging
and make sure ironicclient can log as well.
Change-Id: I136503f546be2ecbd3203ee07597df59a40a594e
We somehow manage to merge a patch that breaks them. Import the required
code from change Ibb8c4676f653c36978bd0c9815ddf7eb80fa8670.
Make sure we run functional tests on ironicclient/tests changes.
Change-Id: I94e2b3d9ae669f2522f42879dd3ee3bd78b73c77
Co-Authored-By: Kyrylo Romanenko <kromanenko@mirantis.com>
Add file to the reno documentation build to show release notes for
stable/wallaby.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/wallaby.
Sem-Ver: feature
Change-Id: I5e1fcf674f4576ff1e1ffec23cd2d363b6ce45e0
As discussed during the upstream ironic community meeting on
Monday Dec 14 2020, the lower-constraints job is being removed.
Also fix functional tests.
Change-Id: Iafad733ac813da65ceb1864cb24af65e924732b7
The file was out of date with the removed *_ipmitool drivers
and the driver_info field which should be posted on node creation
to the API.
Change-Id: I18ece4f2472a0aced2874992c18a8871665f9621
Versions of hacking from 3.1.0 until 4.0.0 NOT included are supposed
to require a safe version of flake8, so besides normale issues related
to minor version upgrades, we can safely use those versions.
Also forcing pycodestyle versions to be compatible with flake8 installed
by hacking.
Change-Id: I3b8e667d0693250d5e5b94874b701f5419990c80
The docs requirements migrated to doc/requirements.txt
we need not install things from requirements.txt.
Change-Id: Ia6ed4853f4fae465e102ce93ad39ee915cc02847
The docs and releasenotes requirements migrated to doc/requirements.txt
we need not install things from requirements.txt.
Change-Id: I54a26bb71ee99ef3de110b2c7cb508218f4cff83
Add file to the reno documentation build to show release notes for
stable/victoria.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/victoria.
Change-Id: I438199e52a670d748841e8189b089471f13eb10a
Sem-Ver: feature
As recommended, since version 3.2.0 tox switches pip invocations
to use the module -m pip instead of direct invocation.
We set min version to 3.2.1 [1] to also fix the behavior of
--parallel--safe-build
[1] https://tox.readthedocs.io/en/latest/changelog.html#v3-2-1-2018-08-10
Change-Id: I5101dcffa0ea9d44507d25b1a8519d710404deb3