Quantum requires oslo.config 1.2.0a2, but it doesn't get installed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Critical
|
Mark McLoughlin |
Bug Description
See here:
http://
Basically, if oslo.config 1.1.x is installed, then 1.2.0a2 doesn't get installed from the url in pip-requires because our metadata looks like:
requires.txt:
oslo.config
dependency_
http://
What we really need is a change in pbr to turn a URL like this:
http://
into
requires.txt:
oslo.
dependency_
http://
However, without that, Quantum's packaging metadata is quite seriously broken
Changed in quantum: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | havana-1 → 2013.2 |
Fix here: https:/ /review. openstack. org/30794