diff options
author | Chris Behrens <cbehrens@codestud.com> | 2011-09-07 23:45:11 -0700 |
---|---|---|
committer | Chris Behrens <cbehrens@codestud.com> | 2011-09-07 23:45:11 -0700 |
commit | be7a081976d37b84d93028673d08ab78bc9d8a73 (patch) | |
tree | 2a241bb8505b3833366e7000da7bbca4899723d0 | |
parent | d1b1f301583fd67050c45f4c863733f251620a9c (diff) | |
download | nova-be7a081976d37b84d93028673d08ab78bc9d8a73.tar.gz nova-be7a081976d37b84d93028673d08ab78bc9d8a73.tar.xz nova-be7a081976d37b84d93028673d08ab78bc9d8a73.zip |
comment fix
-rw-r--r-- | nova/scheduler/api.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/scheduler/api.py b/nova/scheduler/api.py index 6081c3f02..719437b73 100644 --- a/nova/scheduler/api.py +++ b/nova/scheduler/api.py @@ -169,8 +169,8 @@ def child_zone_helper(zone_list, func): LOG.warn(_("Failed request to zone; URL=%(url)s: %(e)s") % locals()) # This is being returned instead of raised, so that when - # results are # processed in unmarshal_result() after the - # greenpool.imap completes, # the exception can be raised + # results are processed in unmarshal_result() after the + # greenpool.imap completes, the exception can be raised # there if no other zones had a response. return exception.ZoneRequestError() else: |