Comment 7 for bug 1220345

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/75934
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=d9ecd8d15759297a15382d7353482a2eff4b26bb
Submitter: Jenkins
Branch: master

commit d9ecd8d15759297a15382d7353482a2eff4b26bb
Author: woodm1979 <email address hidden>
Date: Mon Feb 24 10:32:36 2014 -0700

    Fix handling of missing external network

    When an external network can't be found, project/routers/index.html will
    result in a type error caused by calling exceptions.handle when no
    exception is present. In this case, an error message should be
    displayed, and the missing-network should be indicated to the user.

    Also added tests for this case.

    Change-Id: I3aaa64de28738051ad84cc587fbb6cfd546f4662
    Closes-Bug: 1220345