Merge "l3: support native sorting/pagination for routers"

This commit is contained in:
Jenkins 2016-06-27 18:11:18 +00:00 committed by Gerrit Code Review
commit 28de78dd1e
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ class L3RouterPlugin(service_base.ServicePluginBase,
"extraroute", "l3_agent_scheduler",
"l3-ha", "router_availability_zone"]
__native_pagination_support = True
__native_sorting_support = True
@resource_registry.tracked_resources(router=l3_db.Router,
floatingip=l3_db.FloatingIP)
def __init__(self):