Re: [openstack-dev] [nova] Consuming keystoneclient's Session object in novaclient

2014-05-14 Thread Jamie Lennox
- Original Message - > From: "Joe Gordon" > To: "OpenStack Development Mailing List (not for usage questions)" > > Sent: Thursday, May 8, 2014 4:54:31 PM > Subject: Re: [openstack-dev] [nova] Consuming keystoneclient's Session object > in n

Re: [openstack-dev] [nova] Consuming keystoneclient's Session object in novaclient

2014-05-08 Thread Melanie Witt
On May 6, 2014, at 15:22, Jamie Lennox wrote: > If there are concerns with this process please respond here and/or on the > review. This sounds like it would be a fix for a bug affecting clients that I was looking at recently: https://bugs.launchpad.net/python-novaclient/+bug/1154809 If so,

Re: [openstack-dev] [nova] Consuming keystoneclient's Session object in novaclient

2014-05-08 Thread Frittoli, Andrea (HP Cloud)
Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [nova] Consuming keystoneclient's Session object in novaclient On Wed, May 7, 2014 at 7:54 PM, Jamie Lennox mailto:jamielen...@redhat.com> > wrote: - Original Message - > From:

Re: [openstack-dev] [nova] Consuming keystoneclient's Session object in novaclient

2014-05-08 Thread Joe Gordon
On Wed, May 7, 2014 at 7:54 PM, Jamie Lennox wrote: > > > - Original Message - > > From: "Monty Taylor" > > To: openstack-dev@lists.openstack.org > > Sent: Thursday, May 8, 2014 8:22:21 AM > > Subject: Re: [openstack-dev] [nova] Consuming keys

Re: [openstack-dev] [nova] Consuming keystoneclient's Session object in novaclient

2014-05-07 Thread Jamie Lennox
- Original Message - > From: "Monty Taylor" > To: openstack-dev@lists.openstack.org > Sent: Thursday, May 8, 2014 8:22:21 AM > Subject: Re: [openstack-dev] [nova] Consuming keystoneclient's Session object > in novaclient > > On 05/07/2014 03:10 PM,

Re: [openstack-dev] [nova] Consuming keystoneclient's Session object in novaclient

2014-05-07 Thread Monty Taylor
On 05/07/2014 03:10 PM, Joe Gordon wrote: On Tue, May 6, 2014 at 3:22 PM, Jamie Lennox mailto:jamielen...@redhat.com>> wrote: All, TL;DR: novaclient should be able to use the common transport/auth layers of keystoneclient. If it does there are going to be functions like clien

Re: [openstack-dev] [nova] Consuming keystoneclient's Session object in novaclient

2014-05-07 Thread Joe Gordon
On Tue, May 6, 2014 at 3:22 PM, Jamie Lennox wrote: > All, > > TL;DR: novaclient should be able to use the common transport/auth layers > of keystoneclient. If it does there are going to be functions like > client.authenticate() that won't operate the same way when a session object > is passed. F

[openstack-dev] [nova] Consuming keystoneclient's Session object in novaclient

2014-05-06 Thread Jamie Lennox
All, TL;DR: novaclient should be able to use the common transport/auth layers of keystoneclient. If it does there are going to be functions like client.authenticate() that won't operate the same way when a session object is passed. For most users who just use the CRUD operations there will be