pypowervm 1.1.7 contains a number of bugfixes and important features
needed in nova for PowerVM, including support for I/O slot usage
information (needed by
https://blueprints.launchpad.net/nova-powervm/+spec/pci-passthrough).
Change-Id: Icb7a5c0804e6722170b973d8522987b413dd5f3f
pypowervm 1.1.7 contains a number of bugfixes and important features
needed in nova for PowerVM, including support for I/O slot usage
information (needed by
https://blueprints.launchpad.net/nova-powervm/+spec/pci-passthrough).
Change-Id: I4b0eb68779bef4bf56c48093b2706aa521d174fc
Excludes pika 0.11.0 which breaks Keystone.
Excludes castellan 0.13.0 which breaks Cinder, see bug 1715451.
Excludes kubernetes 3.0.0 which requires older websocket-client.
Excludes oslo.messaging since we handle that via another bot update
Excludes iso8601 for known cinder issue (being looked into now)
Depends-On: Ic022bdc0291ce1498abdfe1acd3cc51adf7db7c6
Depends-On: Ida4b8c33e8b3bbd03548648f8e57d923b255f35c
Depends-On: Ic12df8b12b1379f902137d49b605daaf0b89801d
Change-Id: Ica3837877c70f161e384021b10c973b670e72113
Once the gate issue is sorted in openstack-ansible_os_tempest
we should undo this patch, as requirements and upper-constraints are actually correct.
This reverts commit afd39d8ac3464e280c964cfc4336298c2729ca8d.
Change-Id: I3bd3a5485f1b54adef4a4be7d3edc05a43af4aad
Shade 1.23.0 has a bug that causes ansible os_image module
to fail. Reverting to 1.22.2 would solve our issue.
This reverts the bump and blacklists the impacted version.
Change-Id: I1387b538b96e428dd3dc6d2e3f9e9fbb6fd2e9cf
Closes-Bug: #1715603
Based on testing against the g-r set of cross checks, which includes
dsvm, grenade, unit and functional tests of glance, cinder, nova, neutron
and swift, these seem to be the lower bounds that are actually coinstallable
and passing all tests.
Change-Id: I4a193295081593a9df6c34b5c263b1b8becadbda
Most of them were neglected and pointed to versions released
a year ago and more, which are typically not installable anymore
(they used to have a pbr<2.0 requirement which is incompatible
with the pbr>=2.0 requirement we enforce globally).
So for all of the openstack affine projects, update to a release
that is less than 4 months old (in some cases even newer versions
were required upon trial and error).
Change-Id: I69472a6a99b857e9e5dad9052eda7172ae2c9525
whereto is developed on OpenStack infrastructure. I am in the process
of having the docs team adopt it for maintenance.
Is the library actively maintained? - Yes. This is an OpenStack
community product.
Is the library good code? - Only the best.
Is the library python 3 compatible? - Yes. It has the standard python
3 unit test jobs in its gate.
Is the library license compatible? - Yes, Apache 2.
Is the library already packaged in the distros? - No, but it's a doc
build tool so it may not need to be.
Is the function of this library already covered by other libraries? -
I was unable to find any similar tool that could be downloaded and run
in CI anywhere at all, so no.
Is the library required for OpenStack project or related dev or
infrastructure setup? - It is a tool for testing redirect rules and
will be an optional component in doc CI jobs. The documentation team
is already using it (the openstack-manuals repo does not follow the
global requirements process).
If the library release is managed by the Openstack release process
does it use the cycle-with-intermediary release type? - It will likely
continue to use the independent release model after being formally
adopted, but that is not decided.
Change-Id: I67e9453367cfd26b862a18a87a0b135a28ca756c
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
A previous patch [1] bumped openstacksdk to 0.9.18 in upper-constraints.
This patch bumps it to 0.9.18 in the global-requirements files as well.
[1] https://review.openstack.org/499709
Change-Id: If2c007306f45c899f1f5dc9f15c7ec7844d18226
Zun is using WebSocketBadStatusException that was introduced in
0.33.0. We wanted to enforce the version to avoid error of not
finding this exception.
Change-Id: Ib83af925996f1eb17c6b486858fbe9975ce226cc
Related-Bug: #1715093
Unpin as tox 2.8.1 has been release which fixes our unpack errors in
the gate.
This reverts commit a8cf301e2044c65110804314fe3e1a7789cd1e7d.
Change-Id: I15f42ecaca9d5454867476f3ad41ced3d4aa4f30
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
restricted update of iso8601
AttributeError: module 'iso8601.iso8601' has no attribute 'Utc'
restricted update of pika
Requirement.parse('pika<0.11,>=0.9'), set(['pika-pool']))
restricted update of sqlalchemy (based on past updates)
restricted update of kubernetes (based on past updates)
Change-Id: Ie9782d231de63a624d16e87087c6b2a3d999ff25
We have code in devstack that pip installs tox, but the version of tox
in the wild is broken. Those installs respect u-c, so pin here.
Change-Id: Ic3d2937a0d7c0eb00a3d5915877842a8f5b78ec3