8f6de35636
This hasn't been needed since we moved console authentication to the database in Rocky. Part of blueprint remove-consoleauth Change-Id: Ie5e7d70f9d6af77edd22756128937f06d0b961a9 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"availabilityZoneInfo": [
|
|
{
|
|
"hosts": {
|
|
"conductor": {
|
|
"nova-conductor": {
|
|
"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
|
|
}
|
|
}
|
|
]
|
|
}
|