Merge "Switch to new engine facade for Route objects" into stable/stein

This commit is contained in:
Zuul 2019-06-08 09:53:04 +00:00 committed by Gerrit Code Review
commit 489a841bc5
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ class Route(base.NeutronDbObject):
# Version 1.0: Initial version
VERSION = '1.0'
new_facade = True
db_model = models_v2.SubnetRoute
primary_keys = ['destination', 'nexthop', 'subnet_id']