Re: [openstack-dev] [Solum] Configuration options placement

2013-12-02 Thread Russell Bryant
On 11/28/2013 03:55 PM, Doug Hellmann wrote: > > > > On Wed, Nov 27, 2013 at 5:21 PM, Georgy Okrokvertskhov > mailto:gokrokvertsk...@mirantis.com>> wrote: > > Hi, > > I am working on the user-authentication BP implementation. I need to > introduce a new configuration option for ena

Re: [openstack-dev] [Solum] Configuration options placement

2013-11-28 Thread Doug Hellmann
On Wed, Nov 27, 2013 at 5:21 PM, Georgy Okrokvertskhov < gokrokvertsk...@mirantis.com> wrote: > Hi, > > I am working on the user-authentication BP implementation. I need to > introduce a new configuration option for enable or disable keystone > authentication for incoming request. I am looking for

Re: [openstack-dev] [Solum] Configuration options placement

2013-11-27 Thread Georgy Okrokvertskhov
Ok. So I will keep all authentication parameters in one place: solum.conf There will be standard section for keystone [keystone_authentication] with all common parameters like keystone URL, port, etc. In the default section [DEFAUT] there will be a parameter enable_authentication=True. Actually i

Re: [openstack-dev] [Solum] Configuration options placement

2013-11-27 Thread Adrian Otto
> On Nov 27, 2013, at 2:25 PM, "Georgy Okrokvertskhov" > wrote: > > Hi, > > I am working on the user-authentication BP implementation. I need to > introduce a new configuration option for enable or disable keystone > authentication for incoming request. I am looking for a right place for thi

Re: [openstack-dev] [Solum] Configuration options placement

2013-11-27 Thread Russell Bryant
On 11/27/2013 05:21 PM, Georgy Okrokvertskhov wrote: > Hi, > > I am working on the user-authentication BP implementation. I need to > introduce a new configuration option for enable or disable keystone > authentication for incoming request. I am looking for a right place for > this option. > > Th

[openstack-dev] [Solum] Configuration options placement

2013-11-27 Thread Georgy Okrokvertskhov
Hi, I am working on the user-authentication BP implementation. I need to introduce a new configuration option for enable or disable keystone authentication for incoming request. I am looking for a right place for this option. The current situation is that we have two places for configuration, one