Re: [openstack-dev] Reasoning behind my vote on the Go topic

2016-06-09 Thread Ben Meyer
On 06/08/2016 11:05 PM, Chris Friesen wrote: > On 06/07/2016 04:26 PM, Ben Meyer wrote: >> On 06/07/2016 06:09 PM, Samuel Merritt wrote: >>> On 6/7/16 12:00 PM, Monty Taylor wrote: >>>> [snip] >>>> >>>> I'd rather see us focus energy on Py

Re: [openstack-dev] Reasoning behind my vote on the Go topic

2016-06-07 Thread Ben Meyer
On 06/07/2016 06:09 PM, Samuel Merritt wrote: > On 6/7/16 12:00 PM, Monty Taylor wrote: >> [snip] > > >> I'd rather see us focus energy on Python3, asyncio and its pluggable >> event loops. The work in: >> >> http://magic.io/blog/uvloop-blazing-fast-python-networking/ >> >> is a great indication in

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-24 Thread Ben Meyer
On 05/24/2016 11:13 AM, Dean Troyer wrote: > On Tue, May 24, 2016 at 8:20 AM, Flavio Percoco > wrote: > > So, just to make sure I'm making myself clear, I believe we should > go with > option #2 in Thierry's comment from May 23 11:3 on this[0] review. > Wh

Re: [openstack-dev] [tc] supporting Go

2016-05-19 Thread Ben Meyer
On 05/18/2016 06:42 PM, Eric Larson wrote: > > Dmitry Tantsur writes: > >> This is pretty subjective, I would say. I personally don't feel Go >> (especially its approach to error handling) any natural (at least no >> more than Rust or Scala, for example). If familiarity for Python >> developers is

Re: [openstack-dev] [tc] supporting Go

2016-05-11 Thread Ben Meyer
On 05/11/2016 03:23 PM, Samuel Merritt wrote: > On 5/11/16 7:09 AM, Thomas Goirand wrote: >> On 05/10/2016 09:56 PM, Samuel Merritt wrote: >>> On 5/9/16 5:21 PM, Robert Collins wrote: On 10 May 2016 at 10:54, John Dickinson wrote: > On 9 May 2016, at 13:16, Gregory Haynes wrote: >> >>

Re: [openstack-dev] [all] re-introducing twisted to global-requirements

2016-01-08 Thread Ben Meyer
On 01/08/2016 12:56 PM, Jim Rollenhagen wrote: > On Fri, Jan 08, 2016 at 11:00:35AM +0100, Thierry Carrez wrote: >> Jim Rollenhagen wrote: >>> [...] >>> Here's the catch - mimic is built on twisted. I know twisted was >>> previously removed from OpenStack (or at least people said "pls no", I >>> do

Re: [openstack-dev] [all] re-introducing twisted to global-requirements

2016-01-08 Thread Ben Meyer
On 01/07/2016 06:28 PM, Jay Pipes wrote: > On 01/07/2016 06:12 PM, Ben Meyer wrote: >> On 01/07/2016 03:32 PM, Jay Pipes wrote: >>> On 01/07/2016 03:01 PM, Jim Rollenhagen wrote: >>>> On Thu, Jan 07, 2016 at 02:41:12PM -0500, Sean Dague wrote: >>>>>

Re: [openstack-dev] [all] re-introducing twisted to global-requirements

2016-01-07 Thread Ben Meyer
On 01/07/2016 03:32 PM, Jay Pipes wrote: > On 01/07/2016 03:01 PM, Jim Rollenhagen wrote: >> On Thu, Jan 07, 2016 at 02:41:12PM -0500, Sean Dague wrote: >>> On 01/07/2016 02:09 PM, Jim Rollenhagen wrote: Hi all, A change to global-requirements[1] introduces mimic, which is an http >>

Re: [openstack-dev] [all] re-introducing twisted to global-requirements

2016-01-07 Thread Ben Meyer
On 01/07/2016 02:41 PM, Sean Dague wrote: > On 01/07/2016 02:09 PM, Jim Rollenhagen wrote: >> Hi all, >> >> A change to global-requirements[1] introduces mimic, which is an http >> server that can mock various APIs, including nova and ironic, including >> control of error codes and timeouts. The ir

Re: [openstack-dev] [Keystone] Question regarding Service Catalog and Identity entries...

2014-10-20 Thread Ben Meyer
On 10/20/2014 08:12 AM, Jamie Lennox wrote: > - Original Message - >> From: "Ben Meyer" >> To: openstack-dev@lists.openstack.org >> Cc: "Jamie Painter" >> Sent: Tuesday, October 7, 2014 4:31:16 PM >> Subject: [openstack-d

[openstack-dev] [Keystone] Question regarding Service Catalog and Identity entries...

2014-10-07 Thread Ben Meyer
I am trying to use the Python Keystone client to integration authentication functionality into a project I am contributing to (https://github.com/rackerlabs/deuce-client). However, I ran into a situation where if I do the following: >>> c = keystoneclient.v2_0.client.Client(username='username', pa