diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-09-18 22:08:58 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-09-18 22:08:58 +0000 |
| commit | 516d510a6c2add4bf2a65b43b72b5aa006dcf52a (patch) | |
| tree | d92a61589aa046b4807c70bb4064e494e92086fa /nova/tests | |
| parent | 1625eec4187d9e82ca6c39c3df2d6fa7059f3aa6 (diff) | |
| parent | fe916c95cfdaf4aeb1fdbfd57421b7d1222e7d4b (diff) | |
Merge "Update scheduler rpc API version."
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/scheduler/test_rpcapi.py | 2 |
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') |
