Comment 10 for bug 1466485

Revision history for this message
Brant Knudson (blk-u) wrote :

One thing in that the logs show is that some packages wind up being downgraded... e.g., when keystone is installed you get

2015-06-18 09:05:32.117 | Collecting oslo.middleware!=2.0.0,>=1.2.0 (from keystone==2015.2.0.dev1)
2015-06-18 09:05:32.145 | Downloading http://pypi.IAD.openstack.org/packages/py2.py3/o/oslo.middleware/oslo.middleware-2.1.0-py2.py3-none-any.whl

but then in glance install it's

2015-06-18 09:06:19.249 | Collecting oslo.middleware<1.1.0,>=1.0.0 (from oslo.messaging>=1.8.0->glance==2015.2.0.dev91)
2015-06-18 09:06:19.276 | Downloading http://pypi.IAD.openstack.org/packages/py2.py3/o/oslo.middleware/oslo.middleware-1.0.0-py2.py3-none-any.whl

So now oslo.middleware is downgraded to where keystone supposedly doesn't support it.