Comment 12 for bug 2002897

Revision history for this message
jmhal (jmarcelo-alencar) wrote :

Hello Roger Rivera,

Thank you very much, Horizon is working. First, I did as you explained, but I still got the following error:

ERROR neutron.plugins.ml2.managers [-] No type driver for tenant network_type: flat. Service terminated!

So I manually edit /etc/neutron/plugins/ml2/ml2_conf.ini on the infra1_neutron container, from this:

tenant_network_types = geneve,flat,vlan

To this:

tenant_network_types = geneve,vlan

I believe this happens because I kept the following provider network:

- network:
        container_bridge: "br-vlan"
        container_type: "veth"
        container_interface: "eth12"
        host_bind_override: "eth12"
        type: "flat"
        net_name: "flat"
        group_binds:
          - neutron_ovn_controller

Later, I will test a new deployment without it. But for now it is working.

Best Regards.