[openstack-dev] [neutron] multiple external networks on the same host NIC

2015-04-25 Thread Mike Spreitzer
As an operator, is there a way I can create two external networks from Neutron's point of view, where both of those networks are accessed through the same host NIC? Obviously those networks would be using different subnets. I need this sort of thing because the two subnets are treated

[openstack-dev] [Neutron] A10 CI

2015-04-25 Thread Eugene Nikanorov
Hi folks, who is responsible for A10 CI? It keeps spamming with CI results on many patches that are not being updated. Also it spins sometimes, producing tens and hundreds of emails for particular patch. Please repair! Thanks, Eugene.

Re: [openstack-dev] [pbr] support for 'python setup.py install'

2015-04-25 Thread Robert Collins
I realised it was worse than that - see the review. On 26 April 2015 at 07:11, Robert Collins robe...@robertcollins.net wrote: On 26 April 2015 at 01:49, Jeremy Stanley fu...@yuggoth.org wrote: On 2015-04-25 12:12:15 +1200 (+1200), Robert Collins wrote: [...] I'd like to make that a little

Re: [openstack-dev] [pbr] support for 'python setup.py install'

2015-04-25 Thread Robert Collins
On 26 April 2015 at 01:49, Jeremy Stanley fu...@yuggoth.org wrote: On 2015-04-25 12:12:15 +1200 (+1200), Robert Collins wrote: [...] I'd like to make that a little more official: - put it in our docs - stop testing python setup.py install. [...] And emit a clear error message? (Even if

Re: [openstack-dev] [Neutron] A10 CI

2015-04-25 Thread Doug Wiegley
I'm sorry, checking now. Thanks for letting me know. Doug On Apr 25, 2015, at 8:01 PM, Eugene Nikanorov enikano...@mirantis.com wrote: Hi folks, who is responsible for A10 CI? It keeps spamming with CI results on many patches that are not being updated. Also it spins sometimes,

Re: [openstack-dev] [pbr] support for 'python setup.py install'

2015-04-25 Thread Monty Taylor
On 04/25/2015 09:49 AM, Jeremy Stanley wrote: On 2015-04-25 12:12:15 +1200 (+1200), Robert Collins wrote: [...] I'd like to make that a little more official: - put it in our docs - stop testing python setup.py install. [...] And emit a clear error message? (Even if that just means

Re: [openstack-dev] Please stop reviewing code while asking questions

2015-04-25 Thread Jay Pipes
On 04/24/2015 04:33 PM, Ryan Brown wrote: On 04/24/2015 03:00 PM, Julien Danjou wrote: I like that point and I agree with you. The problem, as someone already stated, is that these people are rarely on IRC and sometimes just never reply on the review. Right, maybe next time I'll chase them down

Re: [openstack-dev] [pbr] support for 'python setup.py install'

2015-04-25 Thread Monty Taylor
On 04/24/2015 08:12 PM, Robert Collins wrote: In our pbr integration tests we ensure that 'python setup.py install' works, as well as ensuring that 'pip install' works. But see http://lists.openstack.org/pipermail/openstack-dev/2013-September/015525.html - for the last 18 months in pbr we've

Re: [openstack-dev] [pbr] support for 'python setup.py install'

2015-04-25 Thread Jeremy Stanley
On 2015-04-25 12:12:15 +1200 (+1200), Robert Collins wrote: [...] I'd like to make that a little more official: - put it in our docs - stop testing python setup.py install. [...] And emit a clear error message? (Even if that just means updating the setup.py boilerplate in the cookiecutter

Re: [openstack-dev] Please stop reviewing code while asking questions

2015-04-25 Thread John Griffith
On Sat, Apr 25, 2015 at 6:28 AM, Jay Pipes jaypi...@gmail.com wrote: On 04/24/2015 04:33 PM, Ryan Brown wrote: On 04/24/2015 03:00 PM, Julien Danjou wrote: I like that point and I agree with you. The problem, as someone already stated, is that these people are rarely on IRC and sometimes

Re: [openstack-dev] [pbr] support for 'python setup.py install'

2015-04-25 Thread Dave Walker
I'm not going to pretend it is graceful... but is there a situation where _ isn't correct? $ cat setup.py #!/usr/bin/env python from distutils.core import setup as _setup import os def new_setup(**attrs): if pip not in os.environ.get(_): raise SystemExit(Please use pip to

Re: [openstack-dev] Please stop reviewing code while asking questions

2015-04-25 Thread Zaro
To follow up on Robert's post, Gerrit's query command [1] supports the retrieval of comments for each patchset so maybe we just need to add the '--comments' option when requesting changes [2] ? Since I've posted, I'll just provide my own opinion on this topic. I have no problems with a -1 ask a

Re: [openstack-dev] [pbr] support for 'python setup.py install'

2015-04-25 Thread Monty Taylor
On 04/25/2015 11:33 AM, Dave Walker wrote: I'm not going to pretend it is graceful... but is there a situation where _ isn't correct? Ooh. This is a worthy avenue to explore ... $ cat setup.py #!/usr/bin/env python from distutils.core import setup as _setup import os def

Re: [openstack-dev] [pbr] support for 'python setup.py install'

2015-04-25 Thread Monty Taylor
On 04/25/2015 11:46 AM, Monty Taylor wrote: On 04/25/2015 11:33 AM, Dave Walker wrote: I'm not going to pretend it is graceful... but is there a situation where _ isn't correct? Ooh. This is a worthy avenue to explore ... Ok. After some chatting with fungi in IRC - I've got this: