Activity log for bug #898510

Date Who What changed Old value New value Message
2011-12-01 07:42:25 Zhongyue Luo bug added bug
2011-12-01 07:42:48 Zhongyue Luo horizon: assignee ZhongYue Luo (lzyeval)
2011-12-01 08:03:05 Zhongyue Luo description horizon/horizon/horizon/forms.py:215: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 messages.error(request, _('%s') % e.message) horizon/horizon/dashboards/nova/networks/forms.py:47: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 {"network": network_name, "msg": e.message}) horizon/dashboards/nova/networks/forms.py:173: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 "msg": e.message}) horizon/horizon/dashboards/nova/networks/views.py:105: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 _('Unable to get network details: %s') % e.message) I'll write a patch something like: if hasattr(e, 'message'): return ustr(e.message) try: return ustr(e) horizon/horizon/horizon/forms.py:215: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6   messages.error(request, _('%s') % e.message) horizon/horizon/dashboards/nova/networks/forms.py:47: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6   {"network": network_name, "msg": e.message}) horizon/dashboards/nova/networks/forms.py:173: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6   "msg": e.message}) horizon/horizon/dashboards/nova/networks/views.py:105: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6   _('Unable to get network details: %s') % e.message) I'll write a patch something like: if hasattr(e, 'message'):     return e.message else:     return str(e)
2011-12-01 08:25:29 Zhongyue Luo attachment added bug898510.patch https://bugs.launchpad.net/horizon/+bug/898510/+attachment/2614463/+files/bug898510.patch
2011-12-09 21:48:31 Gabriel Hurley horizon: status New Confirmed
2011-12-10 04:41:04 Zhongyue Luo horizon: status Confirmed In Progress
2011-12-17 21:59:14 Devin Carlen horizon: importance Undecided Low
2011-12-17 21:59:16 Devin Carlen horizon: milestone essex-3
2011-12-19 05:45:28 Openstack Gerrit horizon: status In Progress Fix Committed
2012-01-25 09:59:21 Thierry Carrez horizon: status Fix Committed Fix Released
2012-04-05 09:07:45 Thierry Carrez horizon: milestone essex-3 2012.1