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 <[email protected]> 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 -- 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/1785897 Title: keyerror in admin floating IP panel when neutron dns-integration is not enabled Status in OpenStack Dashboard (Horizon): Fix Released 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. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1785897/+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

