Remove redundant human_id fields when creating and updating datamodel

For the reason, please see:
[1]. http://eavesdrop.openstack.org/irclogs/%23openstack-watcher/%23openstack-watcher.2019-06-19.log.html
[2]. http://eavesdrop.openstack.org/meetings/watcher/2019/watcher.2019-06-19-08.00.log.html#l-47

Change-Id: I4284397aa987565f4cfc2697907a879d7d6492e9
Related-Bug: #1833665
This commit is contained in:
chenke
2019-07-08 14:13:32 +08:00
parent a01b4ddc81
commit 6dd35a0058
19 changed files with 185 additions and 195 deletions

View File

@@ -76,7 +76,6 @@ class TestNovaClusterDataModelCollector(base.TestCase):
**minimal_node_with_servers)
fake_instance = mock.Mock(
id='ef500f7e-dac8-470f-960c-169486fce71b',
human_id='fake_instance',
name='fake_instance',
flavor={'ram': 333, 'disk': 222, 'vcpus': 4, 'id': 1},
metadata={'hi': 'hello'},