diff options
| author | termie <github@anarkystic.com> | 2011-05-25 15:43:04 -0700 |
|---|---|---|
| committer | termie <github@anarkystic.com> | 2011-05-25 15:43:04 -0700 |
| commit | b3506a471bbce063d72aead211f45d693bda7853 (patch) | |
| tree | 4112cb5d20769edcab785c6d8a2480a5342d8b14 | |
| parent | f56df190ee888ae731740e7e949fb6f0c012d687 (diff) | |
| download | nova-b3506a471bbce063d72aead211f45d693bda7853.tar.gz nova-b3506a471bbce063d72aead211f45d693bda7853.tar.xz nova-b3506a471bbce063d72aead211f45d693bda7853.zip | |
don't put connection back in pool
| -rw-r--r-- | nova/service.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/service.py b/nova/service.py index 94afd5f78..141fd4253 100644 --- a/nova/service.py +++ b/nova/service.py @@ -181,7 +181,6 @@ class Service(object): except greenlet.GreenletExit: pass self.stop() - rpc.ConnectionPool.put(self.conn) try: db.service_destroy(context.get_admin_context(), self.service_id) except exception.NotFound: |
