diff options
| author | Brian Lamar <brian.lamar@rackspace.com> | 2011-08-24 18:14:13 -0400 |
|---|---|---|
| committer | Brian Lamar <brian.lamar@rackspace.com> | 2011-08-24 18:14:13 -0400 |
| commit | 5f1380bfc69913f6aeb2a64e3501f77973493bc3 (patch) | |
| tree | 999d5fc244a295915175dbba28fba29d08cfa37a /nova | |
| parent | 575f72693fa20c7c4157c8ce9702751cd54f1a82 (diff) | |
Added fix for parallel build test.
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/tests/api/openstack/test_server_actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/api/openstack/test_server_actions.py b/nova/tests/api/openstack/test_server_actions.py index 0cbbe271d..eae74e75e 100644 --- a/nova/tests/api/openstack/test_server_actions.py +++ b/nova/tests/api/openstack/test_server_actions.py @@ -35,7 +35,7 @@ def return_server_with_attributes(**kwargs): return _return_server -def return_server_with_state(vm_state, task_state=None) +def return_server_with_state(vm_state, task_state=None): return return_server_with_attributes(vm_state=vm_state, task_state=task_state) |
