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
1 changed files with 3 additions and 3 deletions

View File

@ -274,11 +274,11 @@ class NeutronDbObject(NeutronObject):
def load_synthetic_db_fields(self):
"""
This method loads the synthetic fields that are stored in a different
table from the main object
Load the synthetic fields that are stored in a different table from the
main object.
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