Merge "Revert "Ensure _get_changed_synthetic_fields() return updatable fields"" into stable/ocata

This commit is contained in:
Zuul 2018-06-26 00:41:43 +00:00 committed by Gerrit Code Review
commit 954cc36928
1 changed files with 0 additions and 1 deletions

View File

@ -500,7 +500,6 @@ class NeutronDbObject(NeutronObject):
def _get_changed_synthetic_fields(self):
fields = self.obj_get_changes()
fields = get_updatable_fields(self, fields)
for field in self._get_changed_persistent_fields():
if field in fields:
del fields[field]