Activity log for bug #1419693

Date Who What changed Old value New value Message
2015-02-09 10:21:57 Kanagaraj Manickam bug added bug
2015-02-09 10:22:06 Kanagaraj Manickam heat: assignee Kanagaraj Manickam (kanagaraj-manickam)
2015-02-16 03:38:56 Kanagaraj Manickam description In heat/engine/service.py, stop() is executed when the engine is being stopped. Below code raise exception as self.conn is not defined in code. # Stop rpc connection at first for preventing new requests LOG.info(_LI("Attempting to stop engine service...")) try: self.conn.close() <<<<<< --- this does not work except Exception: pass So this bug is filed to correct this block so that RPC service will stop and quit peacefully. In heat/engine/service.py, stop() is executed when the engine is being stopped. Below code raise exception as self.conn is not defined in code.         # Stop rpc connection at first for preventing new requests         LOG.info(_LI("Attempting to stop engine service..."))         try:             self.conn.close() <<<<<< --- self.conn is not defined one         except Exception:             pass So this bug is filed to correct this block so that RPC service will stop and quit peacefully.
2015-02-16 04:29:58 OpenStack Infra heat: status New In Progress
2015-02-16 22:04:40 OpenStack Infra heat: status In Progress Fix Committed
2015-02-17 10:28:35 Steven Hardy tags juno-backport-potential
2015-03-19 17:24:39 Thierry Carrez heat: status Fix Committed Fix Released
2015-03-19 17:24:39 Thierry Carrez heat: milestone kilo-3
2015-04-30 10:02:15 Thierry Carrez heat: milestone kilo-3 2015.1.0