We need to test without committing the requirements changes because pbr
throws an error if the pre and post versioning do not match. The first
change on a stable branch must be the one to remove the pre-versioning
configuration.
Change-Id: I812af614b7a6c7f499c67310f078ac4835b9e91a
oslo.service 0.10.0 has a number of features and fixes, including
changing the way child workers are restarted on SIGHUP and exposing
functions for registering wsgi and sslutils config options.
Change-Id: Id0f9f93758c68aa954d37e3566e35deae2961268
On Oct. 17th the stackforge namespace will be retired.
This patch updates the paths for those projects formly on
stackforge moving to the openstack namespace.
Not to be merged prior to Oct. 17th.
Change-Id: I033d5ec856fbab450fa3b022b646ea640b38b402
python-tripleoclient needs to depend on utility functions that
landed in python-heatclient-0.6.0 for change
I8951b0b924db769961aa67e654fcbd774d3e7787
Change-Id: Ic00e027afc3ca4f64799a5459f2ac9352e22105d
The oslo.messaging-2.6.1 has broken Ceilometer Jenkins job two days, The
change[1] could hopefully fix the issue, but it is better to block the
oslo.messaging-2.6.1 to make Ceilometer Jenkins alive now.
[1] https://review.openstack.org/#/c/234372/
Related-Bug: #1505730
Change-Id: Id1e58a9db0d277de2f30de54db97040811f40ff2
The oslo.utils release for 2.4.0 has a base exception class
that tooz and taskflow can now share for there usage so it
would be great to bump the lower bound of oslo.utils so that
it can be used/incorporated.
Change-Id: I1b1325436ba5f81b311e8533289377ebb7842c4c
It will allow to get automatic requirements updates.
Depends-On: I6c42e8213a031063cd587d57ecff7bb9779b7b5d
Change-Id: I23b15e5fe6fd885c7ebbdad04d3eed84495b9af9
The keystonemiddleware 2.4.0 release and keystoneclient 1.8.0 release
contain invalid requirements, capping WebOb that was supposed to be
temporary. This caused keystone-all to fail to start due to
conflicting requirements with other packages.
Change-Id: I7e1e3885d7ea64640a1fa12c51bab1d51ab0dcb3
Related-Bug: 1505996
We were impacted by the release of requests 2.8.0. We released
new versions of these libraries, ksm at 2.4.0 and ksc at 1.8.0,
that do not include that requests version. Our Keystone tests
pull in keystoneclient and keystonemiddleware, so we need to
rely on these new versions to unblock our gate.
Change-Id: Ie1ae6cb589cfcc60392029aa9d3d350212e2f154
This raises the jsonpath-rw-ext for ceilometer needs.
The change https://review.openstack.org/#/c/224493/ needs
a newer version of jsonpath-rw-ext to works.
Change-Id: I8cd971d6dd98cd6c4c3dc83696969c47e8cdd8ac
This reverts commit 29b59f793ee0e7c90686bee0ba778133a459455b
With nova change 10438c0fc34bd088e018e1a5e8ec57b396528792 merged we can
undo this.
Change-Id: I20b38411e7cd08f298bac8a71413643f415686aa
Related-Bug: #1505153
It is necessary because oslo.messaging team is
developing pika-rabbitmq driver
Change-Id: I6cc1c98e84f45b4b09dcd74b9562969d70112826
Partial-Implements: bp rabbit-pika
To allow projects like Nova to use the new
config options, example:
Ib5edf65fd33ce86757f7cb1a6546a6f00738c9a3
Change-Id: I99cd6c7669c5b5d92c5588e32d1f1375d7d2f94d
Now we(Tempest team) are migrating common part of Tempest to tempest-lib
for running Tempest-like test on each project repository.
That work requires the latest tempest-lib. So this patch bumps minimum
tempest-lib version.
Change-Id: I9e6c6d2fd1e83247bc170d1cbdaa91593919d14b
webob 1.5.0 has a change which breaks unit tests in nova, cinder
and manila.
If04eedb402092ca2cc307cb52f2231493c4375a2 fixes the nova change but
is blocked by the oslo.messaging 2.6.0 bug 1505295 which would be
fixed in I45189bb8d31819e55e2955b22aa1146257578d14 but that is
failing because of the webob failure, so we have multiple blocking
issues in nova.
Without squashing changes that we have to backport to stable/liberty
and muck with the history, we can pin both webob and oslo.messaging
versions in nova, merge that change, then land the fix for the unit
tests in nova for the webob bug, and then remove the cap on webob
here (hence the TODO).
Change-Id: I7a2197102bd812557b3a40d0a24e9a1363dd0dd7
Partial-Bug: #1505153
A symbol that keystone needs to switch to oslo.cache is available
as of the 0.8.0 release, so we need to bump the version in order
for keystone to switch to oslo.cache.
Change-Id: I7f9ec3331c913f890f8f7bbaf2bb9e3976aa62d8
Skip this requests version as it breaks some projects.
Depends-On: If5720e3fb84b1598b458b6edaa5c706b36fc8b81
Change-Id: I7a89bff47a5e26842f339f0e1b23722cb46abbea
Closes-bug: #1503768
We recently released new versions of these libraries in time for
liberty, we should change them for master and backport
Change-Id: I21a72ce090aecb58dfac6426f98026edccf4cbaa
Hyper-V is involved in many of OpenStack components (nova, neutron,
cinder, ceilometer, etc.) and will be involved with other components
in the future.
A common library can be created in order to reduce the code duplication
between all these components (utils classes, which interacts directly
with Hyper-V through WMI), making it easier to maintain, review and
propose new changes to current and future components.
Adding os-win to the global-requirements is necessary in order to add
it as a requirement for the mentioned projects.
Partially Implements: blueprint add-os-win-library
Change-Id: I01f19821e99659bbad123533e59a25f9a3339c94
Update constraints so that the new release 0.31.0 of
openstack-doc-tools gets used.
Change-Id: Id71bfe2905cf4ded8c38210720204b4d125d8f92
Depends-On: I76eb5411db3214c261c7860c80ee1e17d9cfcdf7