Comment 10 for bug 1621403

Revision history for this message
carlosedp (carlosedp) wrote :

Here follows my experience and a fix.

I've followed @Michael Johnson guide but had a similar problem where the panel related to the _1480 is shown in the sidebar and when I try to create a LB with it, it fails (same errors reported above).

When I removed the _1480 and only keept _1481, no link was shown in the sidebar but if I manually go into the panel URL (https://public.fuel.local/horizon/project/ngloadbalancersv2), I've been able to use the dashboard.

I found out that I have two local_settings.py files. One on /usr/share/openstack-dashboard/local_settings.py and one in /etc/openstack-dashboard/local_settings.py. I was editing the former to enable_lb: True. When I checked the later, it was false. changing to True showed the panel correctly.

Carlos