Switch to new engine facade for StandardAttribute objects

Enable the new Engine Facade for StandardAttribute objects.

Change-Id: Ia3eb436d07e3b2fc633b219aa00c78cc07ed30db
This commit is contained in:
Nate Johnston 2019-05-29 15:24:09 -04:00
parent e7629fc1c5
commit 5e969205ab

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 = {