Mailing List Archive

quantumclient=2012.1
Hi Monty and Dan,
Background: A short while ago I started to port bug fixes for Quantum
from Folsom-1 to Stable Essex. Jenkins did not accept the patches due to
the fact that the automatic tests did not pass. The failures are due to
2 reasons:
1. pep8 checks (addressed in the tox.ini)
2. missing files for automatic tests
A fix for this issue was proposed -
https://review.openstack.org/#/c/8023. Mark McLoughlin rightly pointed
out that the fix was risky by adding a considerable amount of code and
suggested adding quantumclient==2012.1 to the pip-requires. The problem
with this is that the quantumclient does not exist in pypi
(http://pypi.python.org/pypi/python-quantumclient).
How do you suggest that we proceed?
Thanks
Gary


--
Mailing list: https://launchpad.net/~netstack
Post to : netstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~netstack
More help : https://help.launchpad.net/ListHelp
Re: quantumclient=2012.1 [ In reply to ]
On 06/05/2012 07:54 AM, Gary Kotton wrote:
> Hi Monty and Dan,
> Background: A short while ago I started to port bug fixes for Quantum
> from Folsom-1 to Stable Essex. Jenkins did not accept the patches due to
> the fact that the automatic tests did not pass. The failures are due to
> 2 reasons:
> 1. pep8 checks (addressed in the tox.ini)
> 2. missing files for automatic tests
> A fix for this issue was proposed -
> https://review.openstack.org/#/c/8023. Mark McLoughlin rightly pointed
> out that the fix was risky by adding a considerable amount of code and
> suggested adding quantumclient==2012.1 to the pip-requires. The problem
> with this is that the quantumclient does not exist in pypi
> (http://pypi.python.org/pypi/python-quantumclient).
> How do you suggest that we proceed?

For now, add:

https://github.com/openstack/python-quantumclient/zipball/2012.1#egg=python-quantumclient

to the quantum stable/essex pip-requires

We're really close to figuring out the client lib upload issue overall
(there are about 100 requirement from about 100 different people - but I
think we've almost got it sorted) but until we can get it done properly,
just do the github zipball bit.

--
Mailing list: https://launchpad.net/~netstack
Post to : netstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~netstack
More help : https://help.launchpad.net/ListHelp
Re: quantumclient=2012.1 [ In reply to ]
On 06/05/2012 04:29 PM, Monty Taylor wrote:
> On 06/05/2012 07:54 AM, Gary Kotton wrote:
>> Hi Monty and Dan,
>> Background: A short while ago I started to port bug fixes for Quantum
>> from Folsom-1 to Stable Essex. Jenkins did not accept the patches due to
>> the fact that the automatic tests did not pass. The failures are due to
>> 2 reasons:
>> 1. pep8 checks (addressed in the tox.ini)
>> 2. missing files for automatic tests
>> A fix for this issue was proposed -
>> https://review.openstack.org/#/c/8023. Mark McLoughlin rightly pointed
>> out that the fix was risky by adding a considerable amount of code and
>> suggested adding quantumclient==2012.1 to the pip-requires. The problem
>> with this is that the quantumclient does not exist in pypi
>> (http://pypi.python.org/pypi/python-quantumclient).
>> How do you suggest that we proceed?
> For now, add:
>
> https://github.com/openstack/python-quantumclient/zipball/2012.1#egg=python-quantumclient
Thanks! I'll let you know if it works.
> to the quantum stable/essex pip-requires
>
> We're really close to figuring out the client lib upload issue overall
> (there are about 100 requirement from about 100 different people - but I
> think we've almost got it sorted) but until we can get it done properly,
> just do the github zipball bit.


--
Mailing list: https://launchpad.net/~netstack
Post to : netstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~netstack
More help : https://help.launchpad.net/ListHelp