Guest User

Untitled

a guest
Apr 21st, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. The L3 API in OpenStack Networking supports multiple floating IP pools. In OpenStack Networking, a floating IP pool is represented as an external network, and a floating IP is allocated from a subnet associated with the external network. You can associate a L3 agent with multiple external networks.
  2.  
  3. To enable the L3 agent to support multiple external networks, edit the l3_agent.ini file and leave the gateway_external_network_id and external_network_bridge parameters unset:
  4.  
  5. handle_internal_only_routers = True
  6. gateway_external_network_id =
  7. external_network_bridge =
  8.  
  9. Restart L3 Agent:
  10. # service neutron-l3-agent restart
Advertisement
Add Comment
Please, Sign In to add comment