Advertisement
Guest User

Untitled

a guest
Mar 4th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. ## Neutron L2gateway plugin
  2. l2gw_git_repo: https://github.com/openstack/networking-l2gw.git
  3. l2gw_git_install_branch: stable/liberty
  4.  
  5. l2gateway_agent_ini_overrides:
  6. DEFAULT:
  7. debug: True
  8. ovsdb:
  9. ovsdb_hosts: 'mlag:10.0.0.1:6632'
  10. enable_manager: True
  11.  
  12. l2gw_plugin_ini_overrides:
  13. service_providers: service_provider=L2GW:l2gw:networking_l2gw.services.l2gateway.service_drivers.rpc_l2gw.L2gwRpcDriver:default
  14.  
  15. neutron_policy_overrides:
  16. "admin_only": "rule:context_is_admin"
  17. "admin_or_owner": "rule:context_is_admin or tenant_id:%(tenant_id)s"
  18. "create_l2_gateway": "rule:admin_only"
  19. "update_l2_gateway": "rule:admin_only"
  20. "get_l2_gateway": "rule:admin_only"
  21. "delete_l2_gateway": "rule:admin_only"
  22. "get_l2_gateways": "rule:admin_only"
  23. "create_l2_gateway_connection": "rule:admin_only"
  24. "get_l2_gateway_connections": "rule:admin_only"
  25. "get_l2_gateway_connection": "rule:admin_only"
  26. "delete_l2_gateway_connection": "rule:admin_only"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement