Rename classes containing 'v3' to 'v21'
This part of the ongoing v3 cleanup effort. Partial-Bug: #1462901 Change-Id: I5d9b43503629cc3f5a566f7bfa23cc5d0d14d985
This commit is contained in:
parent
5229d2eec4
commit
ac1a312b65
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user