objects: minor cleanup in base class

Some comments from Ia4695b1b10c0370c77b66f31588a56de332f462e were not
addressed in the original patch, but are still worth an effort.

Change-Id: Ibef7adac940b36cc4a4acdf4a80683237e6ec9ae
Partial-bug: #1541928
This commit is contained in:
Ihar Hrachyshka 2016-03-16 14:12:47 +01:00
parent d503c830fb
commit f86e46e50b

View File

@ -274,11 +274,11 @@ class NeutronDbObject(NeutronObject):
def load_synthetic_db_fields(self): def load_synthetic_db_fields(self):
""" """
This method loads the synthetic fields that are stored in a different Load the synthetic fields that are stored in a different table from the
table from the main object main object.
This method doesn't take care of loading synthetic fields that aren't This method doesn't take care of loading synthetic fields that aren't
stored in the DB, e.g. 'shared' in rbac policy stored in the DB, e.g. 'shared' in RBAC policy.
""" """
# TODO(rossella_s) Find a way to handle ObjectFields with # TODO(rossella_s) Find a way to handle ObjectFields with