Skip to content

Instantly share code, notes, and snippets.

@zyluo
Created December 13, 2011 02:02
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save zyluo/1470094 to your computer and use it in GitHub Desktop.
Details of deprecated message attribute access in horizon (commit: 97dbcb2ba8521085773a24403c3199fc1e410ea7)
horizon/context_processors.py:64: except Exception, e:
horizon/dashboards/syspanel/users/views.py:51: except Exception, e:
horizon/dashboards/syspanel/users/forms.py:75: except Exception, e:
horizon/dashboards/syspanel/users/forms.py:86: except Exception, e:
horizon/dashboards/syspanel/flavors/views.py:54: except Exception, e:
horizon/dashboards/syspanel/quotas/views.py:39: except Exception, e:
horizon/dashboards/syspanel/instances/views.py:264: except Exception as e:
horizon/dashboards/syspanel/instances/views.py:293: except Exception as e:
horizon/dashboards/syspanel/tenants/views.py:52: except Exception, e:
horizon/dashboards/syspanel/tenants/forms.py:181: except Exception, e:
horizon/dashboards/nova/images_and_snapshots/images/views.py:60: except Exception, e:
horizon/dashboards/nova/images_and_snapshots/images/views.py:117: except Exception, e:
horizon/dashboards/nova/networks/views.py:65: except Exception, e:
horizon/dashboards/nova/networks/views.py:104: except Exception, e:
horizon/dashboards/nova/networks/forms.py:44: except Exception, e:
horizon/dashboards/nova/networks/forms.py:65: except Exception, e:
horizon/dashboards/nova/networks/forms.py:89: except Exception, e:
horizon/dashboards/nova/networks/forms.py:114: except Exception, e:
horizon/dashboards/nova/networks/forms.py:138: except Exception, e:
horizon/dashboards/nova/networks/forms.py:178: except Exception, e:
horizon/dashboards/nova/networks/forms.py:202: except Exception, e:
horizon/dashboards/nova/networks/forms.py:226: except Exception, e:
horizon/dashboards/nova/instances_and_volumes/views.py:82: except Exception, e:
horizon/dashboards/nova/instances_and_volumes/instances/views.py:55: except Exception as e:
horizon/dashboards/nova/instances_and_volumes/instances/views.py:72: except Exception, e:
horizon/dashboards/nova/instances_and_volumes/instances/views.py:96: except Exception as e:
horizon/dashboards/nova/instances_and_volumes/instances/views.py:283: except Exception, e:
horizon/forms.py:210: except Exception as e:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment