openstack-horizonopenstack-neutron

Openstack Liberty router, firewall panels not shown in Horizon


I've just deployed Liberty on a single machine using the official doc.

For neutron, I used Provider networks configuration.

When accessing horizon dashboard, I found that the router tab was missing.

Is this a common issue??


Solution

  • Check the horizon config file local_settings.py, make sure enable_router is set to True.

    OPENSTACK_NEUTRON_NETWORK = {
        ...
        'enable_router': True,
        ...
    }