af55385203
nova-cert is only needed for 1 API resource (os-certificates) and the ec2 api. We don't need to run it on all the other functional tests. Getting rid of a service start / stop on all of them shaves a little time off each test, and means noise in logs. Change-Id: I175b8913fe5d19c8b552c60c793565c042c6b874
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"availabilityZoneInfo": [
|
|
{
|
|
"hosts": {
|
|
"conductor": {
|
|
"nova-conductor": {
|
|
"active": true,
|
|
"available": true,
|
|
"updated_at": null
|
|
}
|
|
},
|
|
"consoleauth": {
|
|
"nova-consoleauth": {
|
|
"active": true,
|
|
"available": true,
|
|
"updated_at": null
|
|
}
|
|
},
|
|
"network": {
|
|
"nova-network": {
|
|
"active": true,
|
|
"available": true,
|
|
"updated_at": null
|
|
}
|
|
},
|
|
"scheduler": {
|
|
"nova-scheduler": {
|
|
"active": true,
|
|
"available": true,
|
|
"updated_at": null
|
|
}
|
|
}
|
|
},
|
|
"zoneName": "internal",
|
|
"zoneState": {
|
|
"available": true
|
|
}
|
|
},
|
|
{
|
|
"hosts": {
|
|
"compute": {
|
|
"nova-compute": {
|
|
"active": true,
|
|
"available": true,
|
|
"updated_at": null
|
|
}
|
|
}
|
|
},
|
|
"zoneName": "nova",
|
|
"zoneState": {
|
|
"available": true
|
|
}
|
|
}
|
|
]
|
|
}
|