Re: [openstack-dev] [qa] Using any username/password to create tempest clients

2014-08-19 Thread Udi Kalifon
nks a lot for your help, Udi. - Original Message - From: "Andrea Frittoli" To: "OpenStack Development Mailing List (not for usage questions)" Sent: Wednesday, August 13, 2014 7:24:42 PM Subject: Re: [openstack-dev] [qa] Using any username/password to create tempest

Re: [openstack-dev] [qa] Using any username/password to create tempest clients

2014-08-13 Thread Andrea Frittoli
Hello Udi, I don't see anything wrong in principle with your code. This said, the main use case I had in mind when I wrote the auth providers and credentials classes was to abstract authentication for all tests, so that it is possible to configure and target identity api version to be used for aut

[openstack-dev] [qa] Using any username/password to create tempest clients

2014-08-13 Thread Udi Kalifon
Hello. I am writing a tempest scenario for keystone. In this scenario I create a domain, project and a user with admin rights on the project. I then try to instantiate a Manager so I can call keystone using the new user credentials: creds = KeystoneV3Credentials(username=dom1proj1admin_