yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #02877
[Bug 1185174] Re: Quantum requires oslo.config 1.2.0a2, but it doesn't get installed
** Changed in: quantum
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to quantum.
https://bugs.launchpad.net/bugs/1185174
Title:
Quantum requires oslo.config 1.2.0a2, but it doesn't get installed
Status in OpenStack Quantum (virtual network service):
Fix Released
Bug description:
See here:
http://lists.openstack.org/pipermail/openstack-
dev/2013-May/009586.html
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_links.txt:
http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a2.tar.gz#egg=oslo.config
What we really need is a change in pbr to turn a URL like this:
http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a2.tar.gz#egg=oslo.config-1.2.0a2
into
requires.txt:
oslo.config>=1.2.0a2
dependency_links.txt:
http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a2.tar.gz#egg=oslo.config-1.2.0a2
However, without that, Quantum's packaging metadata is quite seriously
broken
To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1185174/+subscriptions