Activity log for bug #1517843

Date Who What changed Old value New value Message
2015-11-19 11:06:19 Jean-Emile DARTOIS bug added bug
2015-11-19 11:08:34 Jean-Emile DARTOIS watcher: status New Confirmed
2015-11-23 10:19:17 David TARDIVEL watcher: assignee David TARDIVEL (david-tardivel)
2016-01-08 10:40:36 Antoine Cabot watcher: milestone mitaka-3
2016-02-11 08:36:19 Antoine Cabot watcher: importance Undecided Low
2016-03-04 16:43:20 Antoine Cabot watcher: milestone mitaka-3 mitaka-rc-1
2016-03-04 16:43:23 Antoine Cabot watcher: milestone mitaka-rc-1 mitaka-rc-final
2016-03-23 16:23:02 Antoine Cabot watcher: milestone mitaka-rc-final newton-1
2016-05-31 07:15:50 Antoine Cabot watcher: milestone newton-1 newton-2
2016-06-28 15:27:15 Vincent Françoise tags low-hanging-fruit
2016-06-28 15:31:27 Vincent Françoise description By default, the messaging executor is 'blocking' and it doesn't work with eventlet. We need to fix that. By default, the messaging executor is 'blocking' and it doesn't work with eventlet. We need to fix that. Solution -------- In watcher/common/messaging/messaging_handler.py, modify the build_server() method of MessagingHandler as followed: def build_server(self, target): return om.get_rpc_server(self.__transport, target, self.__endpoints, executor='eventlet', serializer=self.__serializer)
2016-06-29 14:53:50 Vincent Françoise watcher: status Confirmed Triaged
2016-07-06 12:01:37 Antoine Cabot watcher: milestone newton-2 newton-3
2016-07-06 15:03:42 David TARDIVEL watcher: status Triaged In Progress
2016-07-19 19:41:25 OpenStack Infra watcher: status In Progress Fix Released