From f86e46e50b1542efcdb87e53d79a9b80d84be078 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Wed, 16 Mar 2016 14:12:47 +0100 Subject: [PATCH] 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 --- neutron/objects/base.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/neutron/objects/base.py b/neutron/objects/base.py index 5067d8f8ee6..2c65ef3198a 100644 --- a/neutron/objects/base.py +++ b/neutron/objects/base.py @@ -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