keyerror in admin floating IP panel when neutron dns-integration is not enabled

Bug #1785897 reported by Akihiro Motoki
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
Critical
Akihiro Motoki

Bug Description

when neutron dns-integration is not enabled (the default devstack configuration), key error for dns_name and dns_domain occurs when we access the admin floating IP panel. The admin floating IP panel is completely broken in this case.

Changed in horizon:
assignee: nobody → Akihiro Motoki (amotoki)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/585639
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=446abc41bfe562bcc1d2933bd42d0225c6f3cb53
Submitter: Zuul
Branch: master

commit 446abc41bfe562bcc1d2933bd42d0225c6f3cb53
Author: zhubx007 <zhu.boxiang@99cloud.net>
Date: Wed Jul 25 14:08:50 2018 +0800

    add dns_name and dns_domain into admin column

    https://review.openstack.org/#/c/561185/
    According to the above merged commit, dns_name and
    dns_domain are added into project/floating_ips/tables.py.

    But because of the class 'FloatingIPsTable' inherits
    the project_tables.FloatingIPsTable, so that we should
    add dns_name and dns_domain into columns of Meta.

    If not, if you click the Admin/Network/Floating IPs, the
    page will crash.

    Closes-Bug: #1785897
    Change-Id: I6e933749a56a492989cab002c1b65656b7e2c65b

Changed in horizon:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.