summaryrefslogtreecommitdiffstats
path: root/nova/tests/cells/test_cells_scheduler.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/cells/test_cells_scheduler.py')
-rw-r--r--nova/tests/cells/test_cells_scheduler.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/tests/cells/test_cells_scheduler.py b/nova/tests/cells/test_cells_scheduler.py
index 46be492cc..38076fb0c 100644
--- a/nova/tests/cells/test_cells_scheduler.py
+++ b/nova/tests/cells/test_cells_scheduler.py
@@ -94,7 +94,8 @@ class CellsSchedulerTestCase(test.TestCase):
inst_type = db.instance_type_get(self.ctxt, 1)
image = {'properties': {}}
instance_uuids = self.instance_uuids
- instance_props = {'hostname': 'meow',
+ instance_props = {'name': 'instance-00000001',
+ 'hostname': 'meow',
'display_name': 'moo',
'image_ref': 'fake_image_ref',
'user_id': self.ctxt.user_id,