diff --git a/.zuul.yaml b/.zuul.yaml index 4becc6bd7..f0538e279 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -89,7 +89,7 @@ - job: name: watcher-tempest-multinode parent: watcher-tempest-functional - nodeset: openstack-two-node-focal + nodeset: openstack-two-node-jammy roles: - zuul: openstack/tempest group-vars: @@ -107,6 +107,7 @@ watcher-api: false watcher-decision-engine: true watcher-applier: false + c-bak: false ceilometer: false ceilometer-acompute: false ceilometer-acentral: false diff --git a/watcher/decision_engine/model/collector/nova.py b/watcher/decision_engine/model/collector/nova.py index 6fed8ea0c..cdb134115 100644 --- a/watcher/decision_engine/model/collector/nova.py +++ b/watcher/decision_engine/model/collector/nova.py @@ -48,7 +48,7 @@ class NovaClusterDataModelCollector(base.BaseClusterDataModelCollector): "type": "array", "items": { "anyOf": [ - {"$ref": HOST_AGGREGATES + "id"}, + {"$ref": HOST_AGGREGATES + "host_aggr_id"}, {"$ref": HOST_AGGREGATES + "name"}, ] } @@ -98,7 +98,8 @@ class NovaClusterDataModelCollector(base.BaseClusterDataModelCollector): "type": "array", "items": { "anyOf": [ - {"$ref": HOST_AGGREGATES + "id"}, + {"$ref": + HOST_AGGREGATES + "host_aggr_id"}, {"$ref": HOST_AGGREGATES + "name"}, ] } @@ -129,7 +130,7 @@ class NovaClusterDataModelCollector(base.BaseClusterDataModelCollector): "additionalProperties": False }, "host_aggregates": { - "id": { + "host_aggr_id": { "properties": { "id": { "oneOf": [