python-mistralclient/functional_creds.conf.sample
Nikolay Mahotkin 52cc56e284 Fixing launching mistralclient tests
* Fixed mistral cli path: it provides via venv
   like in other OpenStack projects
 * Added credentials config file like in other projects
 * Modified .gitignore

Depends-On: I07aabeace56d3cf336f10085179cd4aa8e0102c3

Change-Id: I742e8124fb8a74e1cca4abb8ddf25950b7b2b2c9
2015-07-11 14:11:10 +03:00

12 lines
181 B
Plaintext

# Credentials for functional testing
[auth]
uri = http://10.42.0.50:5000/v2.0
[admin]
user = admin
tenant = admin
pass = secrete
[demo]
user = demo
tenant = demo
pass = demo_secret