After I intall neutron-l3-agent, this wrong happened.

Bug #1790660 reported by liuchun
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Designate Dashboard
Invalid
Undecided
Unassigned

Bug Description

1、The bug information:

After I intall neutron-l3-agent, agent list is bellow:

root@controller:~# neutron agent-list
+-------------------+-------------------+------------+-------------------+-------+----------------+----------------------+
| id | agent_type | host | availability_zone | alive | admin_state_up | binary |
+-------------------+-------------------+------------+-------------------+-------+----------------+----------------------+
| 0bea7363-1698 | Linux bridge | controller | | :-) | True | neutron-linuxbridge- |
| -41ed- | agent | | | | | agent |
| 9b57-666ffc072943 | | | | | | |
| ba8e9442aac1 | | | | | | |
| 9478f585-d75d-439 | L3 agent | controller | nova | :-) | True | neutron-l3-agent |
| 5-b3aa- | | | | | | |
| 07680ae3414f | | | | | | |
| b8c52a06-9a6c-4dd | DHCP agent | controller | nova | :-) | True | neutron-dhcp-agent |
| 8-9809-c17c2cd19e | | | | | | |
| bd | | | | | | |
| cf94d1f6-0431-4ee | Metadata agent | controller | | :-) | True | neutron-metadata- |
| 9-b5e5-635b175671 | | | | | | agent |
| e6 | | | | | | |
+-------------------+-------------------+------------+-------------------+-------+----------------+----------------------+
root@controller:~#

When I click “Admin” -” System” - “System Information” on dashboard, something went wrong: An unexpected error has occurred. Try refreshing the page. If that doesn't help, contact your local administrator

2、My location information
/etc/openstack-dashboard/local_settings.py,set DEBUG=True, debug information is:
TemplateSyntaxError at /admin/info/
u'routers' is not a registered namespace inside 'horizon:admin'
Request Method: GET
Request URL: http://10.0.0.11/horizon/admin/info/
Django Version: 1.8.7
Exception Type: TemplateSyntaxError
Exception Value: u'routers' is not a registered namespace inside 'horizon:admin'
Exception Location: /usr/lib/python2.7/dist-packages/django/core/urlresolvers.py in reverse, line 571
Python Executable: /usr/bin/python
Python Version: 2.7.12
Python Path: ['/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../..',
 '/usr/lib/python2.7',
 '/usr/lib/python2.7/plat-x86_64-linux-gnu',
 '/usr/lib/python2.7/lib-tk',
 '/usr/lib/python2.7/lib-old',
 '/usr/lib/python2.7/lib-dynload',
 '/usr/local/lib/python2.7/dist-packages',
 '/usr/lib/python2.7/dist-packages',
 '/usr/share/openstack-dashboard/',
 '/usr/share/openstack-dashboard/openstack_dashboard']
Server time: Tue, 4 Sep 2018 21:59:18 +0800

3、Solution
 /etc/openstack-dashboard/local_settings.py
OPENSTACK_NEUTRON_NETWORK = {
  'enable_router': True, --》from False to True

after service restart, the problem is fix.

4、I think this is a problem
It's too unfriendly. There is no intuitive display, I suggest to modify, thanks

Revision history for this message
liuchun (hotwind) wrote :
  • bug.docx Edit (32.9 KiB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
Revision history for this message
Tobias Urdin (tobias-urdin) wrote :

Closing as invalid – please feel free to provide more information if this is still a valid issue

Changed in designate-dashboard:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

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