summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-09-18 22:08:58 +0000
committerGerrit Code Review <review@openstack.org>2012-09-18 22:08:58 +0000
commit516d510a6c2add4bf2a65b43b72b5aa006dcf52a (patch)
treed92a61589aa046b4807c70bb4064e494e92086fa /nova/tests
parent1625eec4187d9e82ca6c39c3df2d6fa7059f3aa6 (diff)
parentfe916c95cfdaf4aeb1fdbfd57421b7d1222e7d4b (diff)
Merge "Update scheduler rpc API version."
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/scheduler/test_rpcapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/scheduler/test_rpcapi.py b/nova/tests/scheduler/test_rpcapi.py
index 62147ce25..89e6ccedf 100644
--- a/nova/tests/scheduler/test_rpcapi.py
+++ b/nova/tests/scheduler/test_rpcapi.py
@@ -95,4 +95,4 @@ class SchedulerRpcAPITestCase(test.TestCase):
self._test_scheduler_api('create_volume',
rpc_method='cast', volume_id="fake_volume",
snapshot_id="fake_snapshots", image_id="fake_image",
- reservations=list('fake_res'))
+ reservations=list('fake_res'), version='2.1')