Merge "Switch to new engine facade for StandardAttribute objects"

This commit is contained in:
Zuul 2019-06-01 03:05:40 +00:00 committed by Gerrit Code Review
commit 8c9136f155

View File

@ -24,6 +24,8 @@ class StandardAttribute(base.NeutronDbObject):
# Version 1.0: Initial version
VERSION = '1.0'
new_facade = True
db_model = standard_attr.StandardAttribute
fields = {