Pyngus 1.3.1 has been released and it fixes the issues that blocked the
gate last time. This version of the library is required for the amqp
driver in oslo.messaging.
Change-Id: I4ba583e062674b27ad873ca2228274f383f2bb22
SQLAlchemy 1.0.x should just work. So move the cap to 1.1 as suggested
by Mike Bayer, the SQLAlchemy maintainer.
"I would note that capping under 1.1 might be a good idea. Each 1.x,
1.y, etc. is where we might make bigger changes." - Michael Bayer
Change-Id: I0f9ac55122f04c9acd11e382219dfd562035faea
The current minimum python-glanceclient still has the old pbr
version requirements, need to bump it up to use pbr>=0.11,<2.0.
Change-Id: I332c12a60705770cd819f4ef3ef73bc24a209fa1
Update the minimum versions for several oslo libraries that no longer
use the namespace package.
The oslo.middleware version that dropped the namespace package is blocked
because it causes issues with our upgrade when the paste.ini files are
not upgraded when/before the code is upgraded.
Change-Id: I7ff3e9aaf7196efd8814e068b5dc52d1dd2ffe04
Blueprint: remove-namespace-packages
There's no reason to have this project be a special snowflake, lets
use the convention we do elsewhere in OpenStack.
Change-Id: I6ee4cbaa958dcc9c1018dbfdfda083dcb07eea00
openstackclient depends on occ version 1.2.0 or newer, as we are
leveraging new functionality from occ.
Change-Id: I51447ffa2b584be65dacf800c65d3b9782592e24
The openstackclient team is preparing a new release of OSC, and
it will depend on new code that is only available as of
keystoneclient 1.6.0. This will help in migrating devstack to
be fully identity v3 compatible.
Change-Id: I347cae0efe89369f706be0db1bb3b5bca41d3c5f
This reverts commit 843eb4e03a39224f587557ebc20f2c6028a48f32.
heat-translator depends on python_dateutils to parse dates,
which is not in global requirements. We should either
add it to global requirements or more likely use oslo.utils.
Change-Id: Iffad676199871d79f6f02f777c5febf9c3e838d4
stevedore 1.5.0 provides a new feature for building documentation from a
plugin set in sphinx. We would like to use this in the docs for some of
the Oslo libraries like oslo.messaging.
Change-Id: Ie715f98fe0d3cba8b2f4f6235e7c2b6f79be7ea0
This is thoroughly documented in the cross project spec 'requirements
management'. In short though, we manage the exact versions we test
with as a change controlled thing and use async processes to push
convergence and keep up to date.
Change-Id: I5fc747646ae9371f0cc085b1e15af45951d20152
This moves things that are pretty much copy-paste into one place,
letting us focus on the actual differences amongst the tests.
I've also made the local test fixtures explicit, so we can see what
each test really needs, which has also eliminated redundant test
overhead, the slowest test is now 0.05s vs 0.1 before. This is more
than paid for by the reduced duplication in the basic setup, making
the patch a net reduction in LOC.
It also fixes the tempdir leak that was present in two of the test
scripts.
Change-Id: I63eee7681657b2b5eb7959738cc89c57c117fa3b
Looks like a long time ago we used this to list development versions
of OpenStack libraries which have not yet been released to PyPI. We
don't really need this now. Do we?
Change-Id: I5f8fce7068ee8dba5817afbdd658650b6f2b74dd
This bump would enable Nova to continue the python34 work
as mentioned in change:
I81465661cb8a74778d70ba9b6641073f1effa49b
Change-Id: I5086dc2c14a9f4841cf748c6fd24fa9b07ed3364
This release includes a patch that is needed for Neutron to be able to
consume the library.
Related-Bug: #1426082
Related-Bug: #1458945
Change-Id: Ie5e1e49d951637b6599e47078b0c37ebd03722b5
WSME 0.7 was released fixing a bunch of bugs including one where
installing WSME does not install its dependencies. This broke Ironic
(and possibly other OpenStack services)[1], by requiring WSME >= 0.7
we can finally remove the workaround from the Ironic code.
[1] https://review.openstack.org/#/c/184429/
Change-Id: I28861178fac89e6f3fabd34b048f53b6506eda5e
According to the graduation process, oslo.service should be added
to projects.txt.
bp graduate-oslo-service
Change-Id: Ie4d99444d7a6df3578f9184a6289daedf61eacd4
versionutils is now part of oslo.log, we need to bump up
the minimum version of oslo.log to be able to switch
projects to use the new module.
Blueprint graduate-oslo-versionutils
Change-Id: I69a9356ac3257bfa80a4ae51ca242da4a107e21a
This library is actively maintained, last release is 5 days old.
This library is good code.
This library is BSD licensed.
This library is (being) packaged (already used by Gnocchi).
This library function is not covered by other libraries.
This library is going to be used by Ceilometer.
Change-Id: I1bd9e9cde33c08d6a7efd69ec2efec342d3487fd
It seems that pysaml2 2.0.0 makes keystone-all crash. This
intends to fix that.
Change-Id: I905acfa7b2f48c3b9360c7a5f23865ea4c51bed8
Partial-Bug: #1456749