Change the devstack image to the default Atomic 23 image. Update templates not to rely on interface naming because the names changed between Atomic 21 and Atomic 23 images. Add a functional test to validate minion node registration. Update docs to refer to a generic Atomic image. Co-Authored-By: Hongbin Lu <hongbin.lu@huawei.com> Implements: blueprint atomic23 Change-Id: Id67244e3f452b3c7c3c46fdabcca3a5c141a76c0
19 lines
367 B
Plaintext
19 lines
367 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
|
|
nic_id = public
|
|
keypair_id = default
|
|
flavor_id = s1.magnum
|
|
master_flavor_id = m1.magnum
|