diff --git a/nova/api/openstack/compute/aggregates.py b/nova/api/openstack/compute/aggregates.py index 5440dcddd..8ee13c2a6 100644 --- a/nova/api/openstack/compute/aggregates.py +++ b/nova/api/openstack/compute/aggregates.py @@ -200,7 +200,7 @@ class AggregateController(wsgi.Controller): return {"aggregate": _aggregate} -class Aggregates(extensions.V3APIExtensionBase): +class Aggregates(extensions.V21APIExtensionBase): """Admin-only aggregate administration.""" name = "Aggregates"