Merge "Remove redundant human_id fields when creating and updating datamodel"

This commit is contained in:
Zuul
2019-07-16 11:11:26 +00:00
committed by Gerrit Code Review
19 changed files with 185 additions and 195 deletions

View File

@@ -361,9 +361,6 @@ class ModelBuilder(object):
flavor = instance.flavor
instance_attributes = {
"uuid": instance.id,
# TODO(chenker) human_id is deprecated for removal. For the reason,
# please reference bug 1833665.
"human_id": instance.human_id,
"name": instance.name,
"memory": flavor["ram"],
"disk": flavor["disk"],