diff options
| author | Chris Behrens <cbehrens@codestud.com> | 2013-05-15 08:07:59 +0000 |
|---|---|---|
| committer | Chris Behrens <cbehrens@codestud.com> | 2013-05-15 08:09:07 +0000 |
| commit | 6d82c10d0dca561a1ce134be2c6064cea957dd0a (patch) | |
| tree | 2f769846003d3746b2448cfbad550b8d8503b48e | |
| parent | f124d50024fbddb56733831149012f6f4c9c3e6e (diff) | |
| download | nova-6d82c10d0dca561a1ce134be2c6064cea957dd0a.tar.gz nova-6d82c10d0dca561a1ce134be2c6064cea957dd0a.tar.xz nova-6d82c10d0dca561a1ce134be2c6064cea957dd0a.zip | |
Fix whitespace issue in indent
Extra whitespace cleanup in nova/cells/messaging.py
Change-Id: I000b2585ab9018af42f25bc83e7e0b0c2bd92e5a
| -rw-r--r-- | nova/cells/messaging.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nova/cells/messaging.py b/nova/cells/messaging.py index 2e2fa735a..c22e011c8 100644 --- a/nova/cells/messaging.py +++ b/nova/cells/messaging.py @@ -1104,8 +1104,7 @@ class MessageRunner(object): """ method_kwargs = dict(host_sched_kwargs=host_sched_kwargs) message = _TargetedMessage(self, ctxt, 'schedule_run_instance', - method_kwargs, 'down', - target_cell) + method_kwargs, 'down', target_cell) message.process() def run_compute_api_method(self, ctxt, cell_name, method_info, call): |
