summaryrefslogtreecommitdiffstats
path: root/nova/service.py
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@yahoo.com>2010-09-07 21:15:22 -0700
committerVishvananda Ishaya <vishvananda@yahoo.com>2010-09-07 21:15:22 -0700
commit36dd39d47dfd56ff1c83edde580b3136a77e4cec (patch)
tree8d9cb65d25cacfffcae673df528b594455d7acc7 /nova/service.py
parent5c8e3bb887a817372191f8d830f002013f274fd7 (diff)
downloadnova-36dd39d47dfd56ff1c83edde580b3136a77e4cec.tar.gz
nova-36dd39d47dfd56ff1c83edde580b3136a77e4cec.tar.xz
nova-36dd39d47dfd56ff1c83edde580b3136a77e4cec.zip
Last of cleanup, including removing fake_storage flage
Diffstat (limited to 'nova/service.py')
-rw-r--r--nova/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/service.py b/nova/service.py
index dec3812d2..60583dcdb 100644
--- a/nova/service.py
+++ b/nova/service.py
@@ -152,7 +152,7 @@ class Service(object, service.Service):
logging.error("Recovered model server connection!")
# TODO(vish): this should probably only catch connection errors
- except: # pylint: disable-msg=W0702
+ except Exception: # pylint: disable-msg=W0702
if not getattr(self, "model_disconnected", False):
self.model_disconnected = True
logging.exception("model server went away")