986aac0b3e
The check-functional-dsvm-magnum gate job was failing due to the functional tests not picking up valid OpenStack credentials. Update how we aquire credentials -- fixes side effect of how tox 2.0 handles environment variables Closes-Bug: #1455102 Change-Id: I56ecd8003594fd436874681670bb9ead19b95dea
12 lines
226 B
Plaintext
12 lines
226 B
Plaintext
# Credentials for functional testing
|
|
[auth]
|
|
auth_url = http://127.0.0.1:5000/v2.0
|
|
magnum_url = http://127.0.0.1:9511/v1
|
|
[admin]
|
|
user = admin
|
|
tenant = admin
|
|
pass = secrete
|
|
[magnum]
|
|
image_id = fedora-21-atomic-3
|
|
nic_id = public
|