diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-02-17 13:29:19 -0800 |
|---|---|---|
| committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-02-17 13:29:19 -0800 |
| commit | a33f5495fe261641713131901fee1e83ccc4890f (patch) | |
| tree | fd0186c9d1ba6a641079d0f566ba5d9622574783 | |
| parent | b9a03524d03c0ce7fa98fab5531db720941bbfdb (diff) | |
fixed strings
| -rw-r--r-- | nova/scheduler/zone_manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/scheduler/zone_manager.py b/nova/scheduler/zone_manager.py index af0b90f9f..4bf6e36c6 100644 --- a/nova/scheduler/zone_manager.py +++ b/nova/scheduler/zone_manager.py @@ -78,7 +78,7 @@ class ZoneState(object): logging.warning(_("'%(exception)s' error talking to " "zone %(api_url)s") % locals()) - max_errors = FLAGS.zone_failures_to_offline: + max_errors = FLAGS.zone_failures_to_offline self.attempt += 1 if self.attempt >= max_errors: self.is_active = False |
