While not able to recreate the error myself, our error-logging system found
this error as well.
The problem is that exceptions.handle is being called when there's no
exception.
I'd like to re-open this bug.
** Changed in: horizon
Assignee: (unassigned) => Matthew D. Wood (woodm1979)
** Changed in: horizon
Status: Expired => In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1220345
Title:
TypeError at /admin/routers/ issubclass() arg 1 must be a class
Status in OpenStack Dashboard (Horizon):
In Progress
Bug description:
I've included the django debug page,
$ neutron router-list
+--------------------------------------+-----------+-----------------------------------------------------------------------------+
| id | name | external_gateway_info
|
+--------------------------------------+-----------+-----------------------------------------------------------------------------+
| d54ec5f0-1afa-4b38-a27b-5994425c04ed | my router | {"network_id":
"4783f398-8a7e-4e50-8b6f-6141df053d6a", "enable_snat": true} |
+--------------------------------------+-----------+-----------------------------------------------------------------------------+
$ neutron net-list
+--------------------------------------+--------+-----------------------------------------------------+
| id | name | subnets
|
+--------------------------------------+--------+-----------------------------------------------------+
| 4783f398-8a7e-4e50-8b6f-6141df053d6a | public |
7595b3d5-2086-48b2-ab08-e4bdccc587ed 192.168.1.0/24 |
+--------------------------------------+--------+-----------------------------------------------------+
$ neutron port-list
+--------------------------------------+------+-------------------+------------------------------------------------------------------------------------+
| id | name | mac_address | fixed_ips
|
+--------------------------------------+------+-------------------+------------------------------------------------------------------------------------+
| 7f2d6932-a306-4b0c-9d8c-84731e886e45 | | fa:16:3e:14:ac:ee |
{"subnet_id": "7595b3d5-2086-48b2-ab08-e4bdccc587ed", "ip_address":
"192.1.1.2"} |
+--------------------------------------+------+-------------------+------------------------------------------------------------------------------------
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1220345/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp