Based on past experience, some failures are caused by using the stable branch with latest image. That is because the latest image are supposed to use with master branch. Let's make this clear by renaming the image from "fedora-atomic-latest" to "fedora-atomic-newton" in this branch. In fedorapeople, a soft link was created from "fedora-atomic-newton.qcow2" to "fedora-23-atomic-20160405.qcow2" Change-Id: I10e5594b5c5a3ffb9483e7b49bf4325a3c066b1c
19 lines
374 B
Plaintext
19 lines
374 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
|
|
username = demo
|
|
tenant_name = demo
|
|
password = password
|
|
auth_version = v2
|
|
[admin]
|
|
user = admin
|
|
tenant = admin
|
|
pass = password
|
|
[magnum]
|
|
image_id = fedora-atomic-newton
|
|
nic_id = public
|
|
keypair_id = default
|
|
flavor_id = s1.magnum
|
|
master_flavor_id = m1.magnum
|