summaryrefslogtreecommitdiff
path: root/nova/tests/unit/conductor/test_conductor.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/unit/conductor/test_conductor.py')
-rw-r--r--nova/tests/unit/conductor/test_conductor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/tests/unit/conductor/test_conductor.py b/nova/tests/unit/conductor/test_conductor.py
index 525d673f11..8e04c9df37 100644
--- a/nova/tests/unit/conductor/test_conductor.py
+++ b/nova/tests/unit/conductor/test_conductor.py
@@ -1922,8 +1922,8 @@ class ConductorTaskTestCase(_BaseTaskTestCase, test_compute.BaseTestCase):
params = self.params
# The cells are created in the base TestCase setup.
- self.start_service('compute', host='host1', cell='cell1')
- self.start_service('compute', host='host2', cell='cell2')
+ self.start_service('compute', host='host1', cell_name='cell1')
+ self.start_service('compute', host='host2', cell_name='cell2')
get_hostmapping.side_effect = self.host_mappings.values()