<div dir="ltr"><div>Thanks to everyone who helped! I was able to disable dynamic credentials like this:</div><div><br></div><div>1) Add a reference to an accounts file in tempest.conf, and disable the use of dynamic credentials:<div>    [auth]<br>    test_accounts_file = /home/ukalifon/src/tempest/cloud-01/accounts.yaml<br>    use_dynamic_credentials = False</div></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><br></div><div><div>2) The accounts.yaml file must contain at least 2 uses, one admin and one regular. Mine looks like this:</div><div>    - username: 'admin'<br>      tenant_name: 'admin'<br>      password: 'cYsJrqtj7IvC581DxsLZkXlku'<br>      roles:<br>        - 'admin'<br><br>    - username: 'johndoe'<br>      tenant_name: 'admin'<br>      password: 'johndoe'<br>      roles:<br>        - '_member_'</div></div><div><div><br></div><div>3) I needed to create the regular user that I placed in my accounts.yaml:</div><div>openstack user create --project admin --password johndoe johndoe</div><div>openstack role add --project admin --user johndoe _member_</div><br>Regards,<br></div>Udi Kalifon; Senior QE; RHOS-UI<span> Automation</span><br><br></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jan 20, 2019 at 1:06 PM Ghanshyam Mann <<a href="mailto:gmann@ghanshyammann.com">gmann@ghanshyammann.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Pre-provisioned account is the way to use the existing cred to run the Tempest. Can you check in tempest log about the reason<br>
of test skip? You can take ref of gate job for pre-provisioned accounts [1]<br>
<br>
[1] <a href="http://logs.openstack.org/50/628250/3/check/tempest-full-test-account-py3" rel="noreferrer" target="_blank">http://logs.openstack.org/50/628250/3/check/tempest-full-test-account-py3</a><br>
<br>
-gmann<br>
<br>
<br>
 ---- On Sat, 19 Jan 2019 01:01:22 +0900 Udi Kalifon <<a href="mailto:ukalifon@redhat.com" target="_blank">ukalifon@redhat.com</a>> wrote ---- <br>
 > When I try this it just skips the tests, and doesn't say anywhere why. I added this to my tempest.conf:<br>
 > [auth]<br>
 > test_accounts_file = /home/ukalifon/src/tempest/cloud-01/accounts.yaml<br>
 > use_dynamic_credentials = False<br>
 > <br>
 > And my accounts.yaml looks like this:- username: 'admin'<br>
 >   tenant_name: 'admin'<br>
 >   password: 'cYsJrqtj7IvC581DxsLZkXlku'<br>
 > <br>
 > Regards,<br>
 > Udi Kalifon; Senior QE; RHOS-UI Automation<br>
 > <br>
 > <br>
 > <br>
 > On Fri, Jan 18, 2019 at 11:08 AM Masayuki Igawa <<a href="mailto:masayuki.igawa@gmail.com" target="_blank">masayuki.igawa@gmail.com</a>> wrote:<br>
 >  Hi,<br>
 >  <br>
 >  On Thu, Jan 17, 2019, at 17:58, Udi Kalifon wrote:<br>
 >    :<br>
 >  > So I'm looking for a way to utilize the client without it automatically <br>
 >  > creating itself dynamic credentials; it has to use the already-existing <br>
 >  > admin credentials on the admin project in order to see the container <br>
 >  > with the plans. What's the right way to do that, please? Thanks a lot <br>
 >  > in advance!<br>
 >  <br>
 >  Does this pre-provisioned credentials help you?<br>
 >  <a href="https://docs.openstack.org/tempest/latest/configuration.html#pre-provisioned-credentials" rel="noreferrer" target="_blank">https://docs.openstack.org/tempest/latest/configuration.html#pre-provisioned-credentials</a><br>
 >  <br>
 >  -- Masayuki Igawa<br>
 >    Key fingerprint = C27C 2F00 3A2A 999A 903A  753D 290F 53ED C899 BF89<br>
 >  <br>
 >  <br>
<br>
<br>
<br>
</blockquote></div>