b6fa97fea2
Add methods to discover tenants and identity region name. Change-Id: I7e711663c80a5d181031d4c2e0c5338f12128263 Partially-implements: blueprint discover-cloud-artifacts
29 lines
619 B
Plaintext
29 lines
619 B
Plaintext
{
|
|
"app_address": "0.0.0.0:8000",
|
|
|
|
"test_mode": "docker",
|
|
|
|
"tempest_url":
|
|
"https://github.com/openstack/tempest/archive/stable/havana.zip",
|
|
|
|
"tempest_config":
|
|
{
|
|
"compute":
|
|
{
|
|
"image_ref": "a8d70acb-f1c4-4171-b0ce-d73e5de21a9d",
|
|
"image_ref_alt": "6182b1da-e64d-4440-b0ef-c0afa4d77abb",
|
|
"flavor_ref": "1",
|
|
"flavor_ref_alt": "1"
|
|
}
|
|
},
|
|
|
|
"tempest_testcases":
|
|
{
|
|
"testcases":
|
|
[
|
|
"tempest.api.compute.admin.test_flavors",
|
|
"tempest.api.compute.admin.test_availability_zone"
|
|
]
|
|
}
|
|
}
|