After I intall neutron-l3-agent, this wrong happened.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Designate Dashboard |
New
|
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-
| -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-
TemplateSyntaxError at /admin/info/
u'routers' is not a registered namespace inside 'horizon:admin'
Request Method: GET
Request URL: http://
Django Version: 1.8.7
Exception Type: TemplateSyntaxError
Exception Value: u'routers' is not a registered namespace inside 'horizon:admin'
Exception Location: /usr/lib/
Python Executable: /usr/bin/python
Python Version: 2.7.12
Python Path: ['/usr/
'/usr/
'/usr/
'/usr/
'/usr/
'/usr/
'/usr/
'/usr/
'/usr/
'/usr/
Server time: Tue, 4 Sep 2018 21:59:18 +0800
3、Solution
/etc/openstack
OPENSTACK_
'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