l3-agent-multiple-networks-9d1837c4187055be.yaml 548 B

12345678910111213
  1. ---
  2. features:
  3. - In previous releases neutron L3 agent was configured
  4. statically to manage only br-ex as provider network.
  5. This way of configuring neutron is being deprecated in neutron
  6. and it's recomended to move to a new mode where a
  7. single L3 agent is able to manage multiple provider
  8. networks. To implement it, a new parameter
  9. CONFIG_NEUTRON_OVS_EXTERNAL_PHYSNET has been introduced.
  10. Default configuration has been modified to preserve the
  11. same behavior, creating a public network attached to
  12. br-ex bridge.