commit | 5544c17a38d4ee03a57faea96786ac1677e934d6 | [log] [tgz] |
---|---|---|
author | Tom Cocozzello <tjcocozz@us.ibm.com> | Tue Feb 23 17:50:28 2016 -0600 |
committer | Tom Cocozzello <tjcocozz@us.ibm.com> | Fri Feb 26 10:10:43 2016 -0600 |
tree | bf15e26ab8d2c4057029f914febbbfcc339e3c4e | |
parent | be5b666103d2c16e577a20950d2c96435f4b5e60 [diff] |
Allow user to be disabled When a user is disabled users_clients.list_users() is called. In the above method it is assumed that they are looking in the domain that is specified in the tempest.conf. In test_users_negative.py. The user are created in the default domain. To fix this we need to passed the domain_id to list_user to get the user in the correct domain. Change-Id: I348600da7c7c12e0dcbfcf6f4e376e2950b31a5f Closes-Bug: #1549044