
refstack-client currently uses the user information provided in the identity section of the Tempest configuration when determining the cpid. The account information from the identity section has now been made optional and a secondary option of using a yaml file with test account information was added. refstack-client currently is not aware of this accounts file and will fail to run if the user is using only the accounts file and has not filled in the user information in the identity section. This change checks to see if the user has specified an accounts file to use and reads the user data from there when applicable. Change-Id: Id5a5a1800febc23a1006b29e58fec05a3aa40af1 Closes-Bug: 1501903
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
python-keystoneclient>=0.10.0
|
|
gitpython>=0.3.2.RC1
|
|
python-subunit>=0.0.18
|
|
pycrypto>=2.6.1
|
|
requests>=2.5.2
|
|
PyYAML>=3.1.0
|