Advertisement
Guest User

Untitled

a guest
Aug 24th, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. [DEFAULT]
  2. rpc_backend = rabbit
  3. auth_strategy = keystone
  4.  
  5. core_plugin = ml2
  6. service_plugins = router
  7. allow_overlapping_ips = True
  8.  
  9. notify_nova_on_port_status_changes = True
  10. notify_nova_on_port_data_changes = True
  11. nova_url = http://controller:8774/v2
  12.  
  13. [database]
  14. connection = mysql://neutron:pswd@controller/neutron
  15.  
  16. [oslo_messaging_rabbit]
  17. rabbit_host = controller
  18. rabbit_userid = openstack
  19. rabbit_password = pswd
  20.  
  21. [keystone_authtoken]
  22. auth_uri = http://controller:5000
  23. auth_url = http://controller:35357
  24. auth_plugin = password
  25. project_domain_id = default
  26. user_domain_id = default
  27. project_name = service
  28. username = neutron
  29. password = pswd
  30.  
  31. [nova]
  32. auth_url = http://controller:35357
  33. auth_plugin = password
  34. project_domain_id = default
  35. user_domain_id = default
  36. region_name = RegionOne
  37. project_name = service
  38. username = nova
  39. password = pswd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement