From ac1a312b65876e26170cab9c19089389a28e7b83 Mon Sep 17 00:00:00 2001 From: EdLeafe Date: Thu, 13 Aug 2015 19:43:26 +0000 Subject: [PATCH] Rename classes containing 'v3' to 'v21' This part of the ongoing v3 cleanup effort. Partial-Bug: #1462901 Change-Id: I5d9b43503629cc3f5a566f7bfa23cc5d0d14d985 --- nova/api/openstack/compute/aggregates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"