<div dir="ltr">Here is the first pass at a fixture to handle the case that ceilometer is doing with the hacked-up memcache interface. This will be something supported by keystonemiddleware so it should not break randomly in the future: <a href="https://review.openstack.org/#/c/249794/">https://review.openstack.org/#/c/249794/</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 26, 2015 at 7:27 AM, Dmitry Tantsur <span dir="ltr"><<a href="mailto:dtantsur@redhat.com" target="_blank">dtantsur@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I suspect it could break ironic stable/kilo in the same way as 2.0.0 release. Still investigating, checking if <a href="https://review.openstack.org/#/c/250341/" rel="noreferrer" target="_blank">https://review.openstack.org/#/c/250341/</a> will also fix it. Example of failing patch: <a href="https://review.openstack.org/#/c/248365/" rel="noreferrer" target="_blank">https://review.openstack.org/#/c/248365/</a><br>
<br>
On 11/23/2015 08:54 PM, <a href="mailto:doug@doughellmann.com" target="_blank">doug@doughellmann.com</a> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
We are pumped to announce the release of:<span class=""><br>
<br>
keystonemiddleware 1.5.3: Middleware for OpenStack Identity<br>
<br></span>
This release is part of the kilo stable release series.<br>
<br>
With source available at:<br>
<br>
     <a href="http://git.openstack.org/cgit/openstack/keystonemiddleware" rel="noreferrer" target="_blank">http://git.openstack.org/cgit/openstack/keystonemiddleware</a><br>
<br>
With package available at:<br>
<br>
     <a href="https://pypi.python.org/pypi/keystonemiddleware" rel="noreferrer" target="_blank">https://pypi.python.org/pypi/keystonemiddleware</a><br>
<br>
For more details, please see the git log history below and:<br>
<br>
     <a href="http://launchpad.net/keystonemiddleware/+milestone/1.5.3" rel="noreferrer" target="_blank">http://launchpad.net/keystonemiddleware/+milestone/1.5.3</a><br>
<br>
Please report issues through launchpad:<br>
<br>
     <a href="http://bugs.launchpad.net/keystonemiddleware" rel="noreferrer" target="_blank">http://bugs.launchpad.net/keystonemiddleware</a><br>
<br>
Notable changes<br>
----------------<br>
<br>
will now require python-requests<2.8.0<br>
<br>
Changes in keystonemiddleware 1.5.2..1.5.3<br>
------------------------------------------<br>
<br>
d56d96c Updated from global requirements<br>
9aafe8d Updated from global requirements<br>
cc746dc Add an explicit test failure condition when auth_token is missing<br>
5b1e18f Fix list_opts test to not check all deps<br>
217cd3d Updated from global requirements<br>
518e9c3 Ensure cache keys are a known/fixed length<br>
033c151 Updated from global requirements<br>
<br>
Diffstat (except docs and test files)<br>
-------------------------------------<br>
<br>
keystonemiddleware/auth_token/_cache.py               | 19 ++++++++++++++++++-<br>
requirements.txt                                      | 19 ++++++++++---------<br>
setup.py                                              |  1 -<br>
test-requirements-py3.txt                             | 18 +++++++++---------<br>
test-requirements.txt                                 | 18 +++++++++---------<br>
7 files changed, 69 insertions(+), 37 deletions(-)<br>
<br>
<br>
Requirements updates<br>
--------------------<br>
<br>
diff --git a/requirements.txt b/requirements.txt<br>
index e3288a1..23308cd 100644<br>
--- a/requirements.txt<br>
+++ b/requirements.txt<br>
@@ -7,9 +7,9 @@ iso8601>=0.1.9<br>
-oslo.config>=1.9.3,<1.10.0  # Apache-2.0<br>
-oslo.context>=0.2.0,<0.3.0                     # Apache-2.0<br>
-oslo.i18n>=1.5.0,<1.6.0  # Apache-2.0<br>
-oslo.serialization>=1.4.0,<1.5.0               # Apache-2.0<br>
-oslo.utils>=1.4.0,<1.5.0                       # Apache-2.0<br>
-pbr>=0.6,!=0.7,<1.0<br>
-pycadf>=0.8.0,<0.9.0<br>
-python-keystoneclient>=1.1.0,<1.4.0<br>
-requests>=2.2.0,!=2.4.0<br>
+oslo.config<1.10.0,>=1.9.3 # Apache-2.0<br>
+oslo.context<0.3.0,>=0.2.0 # Apache-2.0<br>
+oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0<br>
+oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0<br>
+oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0<br>
+pbr!=0.7,<1.0,>=0.6<br>
+pycadf<0.9.0,>=0.8.0<br>
+python-keystoneclient<1.4.0,>=1.2.0<br>
+requests!=2.4.0,<2.8.0,>=2.2.0<br>
@@ -16,0 +17 @@ six>=1.9.0<br>
+stevedore<1.4.0,>=1.3.0 # Apache-2.0<br>
diff --git a/test-requirements.txt b/test-requirements.txt<br>
index 11d9e17..5ab5eb0 100644<br>
--- a/test-requirements.txt<br>
+++ b/test-requirements.txt<br>
@@ -5 +5 @@<br>
-hacking>=0.10.0,<0.11<br>
+hacking<0.11,>=0.10.0<br>
@@ -9,2 +9,2 @@ discover<br>
-fixtures>=0.3.14<br>
-mock>=1.0<br>
+fixtures<1.3.0,>=0.3.14<br>
+mock<1.1.0,>=1.0<br>
@@ -12,5 +12,5 @@ pycrypto>=2.6<br>
-oslosphinx>=2.5.0,<2.6.0 # Apache-2.0<br>
-oslotest>=1.5.1,<1.6.0  # Apache-2.0<br>
-oslo.messaging>=1.8.0,<1.9.0  # Apache-2.0<br>
-requests-mock>=0.6.0  # Apache-2.0<br>
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3<br>
+oslosphinx<2.6.0,>=2.5.0 # Apache-2.0<br>
+oslotest<1.6.0,>=1.5.1 # Apache-2.0<br>
+oslo.messaging<1.9.0,>=1.8.0 # Apache-2.0<br>
+requests-mock>=0.6.0 # Apache-2.0<br>
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2<br>
@@ -19 +19 @@ testresources>=0.2.4<br>
-testtools>=0.9.36,!=1.2.0<br>
+testtools!=1.2.0,>=0.9.36<br>
<br>
<br>
<br>
_______________________________________________<br>
OpenStack-announce mailing list<br>
<a href="mailto:OpenStack-announce@lists.openstack.org" target="_blank">OpenStack-announce@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-announce" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-announce</a><br>
<br>
</blockquote><div class="HOEnZb"><div class="h5">
<br>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</div></div></blockquote></div><br></div>