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:
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user