In the old days (so, like, last year), Neutron supported a single external network per L3 agent. You would run something like this…
$ neutron net-create external --router:external=true
…and neutron would map this to the bridge defined in
external_network_bridge in /etc/neutron/l3_agent.ini. If you
wanted to support more than a single external network, you would need
to run multiple L3 agents, each with a unique value for
external_network_bridge.
There is now a better option available.