Advertisement
Guest User

Untitled

a guest
Jul 27th, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. [DEFAULT]
  2. api_workers = 0
  3. notify_nova_on_port_data_changes = True
  4. notify_nova_on_port_status_changes = True
  5. auth_strategy = keystone
  6. allow_overlapping_ips = True
  7. debug = True
  8. verbose = True
  9. service_plugins =
  10. core_plugin = networking_ovn.plugin.OVNPlugin
  11. rpc_backend = rabbit
  12. logging_exception_prefix = %(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s
  13. logging_debug_format_suffix = from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d
  14. logging_default_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s
  15. logging_context_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user_name)s %(project_id)s%(color)s] %(instance)s%(color)s%(mes
  16. sage)s
  17. bind_host = 0.0.0.0
  18. use_syslog = False
  19. state_path = /opt/stack/data/neutron
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement