Advertisement
Guest User

Untitled

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