Re: [openstack-dev] Migrating to testr parallel in tempest

2013-08-14 Thread Alexius Ludeman
I kind of high jacked another thread with my testr problems, but I want to reiterate it directly on this one as they are my pain points I had from the transition. testr does not appear to support --exclusion[1] or --stop[2]. I have a work around for --exclusion, by: testr list-tests | egrep -v r

Re: [openstack-dev] Skipping tests in tempest via config file

2013-08-14 Thread Alexius Ludeman
I am running tempest on OEL 6.3 (aka RHEL 6.3) and I had issues with python 2.6 and skipException[3], so now I'm using python 2.7 just for tempest. I also had difficulty with yum and python module dependency and made the transition to venv. This has reduced the yum dependency nightmare greatly.

Re: [openstack-dev] Keystone Split Backend LDAP Question

2013-08-04 Thread Alexius Ludeman
2. I have a bug open on this problem: https://bugs.launchpad.net/keystone/+bug/1205150 On Fri, Aug 2, 2013 at 3:59 PM, Miller, Mark M (EB SW Cloud - R&D - Corvallis) wrote: > Hello, > > ** ** > > With some minor tweaking of the keystone common/ldap/core.py file, I have > been able to au

Re: [openstack-dev] [keystone] Split the Identity Backend blueprint

2013-07-23 Thread Alexius Ludeman
Perhaps I'm confused but there does not appear to be a shim for ProjectApi(): https://github.com/openstack/keystone/blob/master/keystone/assignment/backends/ldap.py#L270 https://github.com/openstack/keystone/blob/master/keystone/identity/backends/ldap.py#L277 I believe this holds true for RoleApi

Re: [openstack-dev] [keystone] Split the Identity Backend blueprint

2013-07-23 Thread Alexius Ludeman
hi Adam, Can you explain why RoleApi() and ProjectApi() are duplicated in assignment/backends/ldap.py and identity/backends/ldap.py? It would seem duplicating the same class in two files should be refactored into new shared file. thanks lex On Tue, Jul 23, 2013 at 7:21 AM, Adam Young wrote: