Switch to new engine facade for StandardAttribute objects
Enable the new Engine Facade for StandardAttribute objects. Change-Id: Ia3eb436d07e3b2fc633b219aa00c78cc07ed30db
This commit is contained in:
parent
e7629fc1c5
commit
5e969205ab
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user