Activity log for bug #1741493

Date Who What changed Old value New value Message
2018-01-05 15:12:09 Nguyen Hai bug added bug
2018-01-05 15:22:50 Nguyen Hai description OverflowError at /project/network_topology/ It shows that "cannot convert float infinity to integer". Trackback leads to: ... File "/opt/stack/horizon/openstack_dashboard/usage/quotas.py" in add_quota 145. self.usages[quota.name]['quota'] = int(quota.limit) The full traceback is here: http://dpaste.com/0M8JP1H I installed DevStack with master branch of all the projects and the local.conf at /tacker/devstack/local.conf.example. When I go to topology view in the dashboard, it can not show the topology. Trackback leads to: ... File "/opt/stack/horizon/openstack_dashboard/usage/quotas.py" in add_quota 145. self.usages[quota.name]['quota'] = int(quota.limit) Exception Type: OverflowError at /project/network_topology/ Exception Value: cannot convert float infinity to integer The full traceback is here: http://dpaste.com/0M8JP1H
2018-01-05 15:27:09 Akihiro Motoki horizon: assignee Akihiro Motoki (amotoki)
2018-01-05 15:27:10 Akihiro Motoki horizon: importance Undecided Critical
2018-01-05 15:27:16 Akihiro Motoki horizon: status New Triaged
2018-01-05 15:27:19 Akihiro Motoki horizon: milestone queens-3
2018-01-05 16:09:08 Akihiro Motoki horizon: importance Critical High
2018-01-05 18:54:54 OpenStack Infra horizon: status Triaged In Progress
2018-01-05 20:46:10 OpenStack Infra horizon: status In Progress Fix Released