Advertisement
Guest User

Untitled

a guest
Oct 18th, 2015
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. [DEFAULT]
  2. verbose = True
  3. core_plugin = ml2
  4. service_plugins = router
  5. auth_strategy = keystone
  6. allow_overlapping_ips = True
  7. notify_nova_on_port_status_changes = True
  8. notify_nova_on_port_data_changes = True
  9. nova_url = http://192.168.1.2:8774/v2
  10. rabbit_host=192.168.1.2
  11. rabbit_userid=openstack
  12. rabbit_password=bf858d884699b374
  13. rpc_backend=rabbit
  14.  
  15. [matchmaker_redis]
  16.  
  17. [matchmaker_ring]
  18.  
  19. [quotas]
  20.  
  21. [agent]
  22. root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
  23.  
  24. [keystone_authtoken]
  25. auth_uri = http://192.168.1.2:5000
  26. auth_url = http://192.168.1.2:35357
  27. auth_plugin = password
  28. auth_region = RegionOne
  29. project_domain_id = default
  30. user_domain_id = default
  31. project_name = service
  32. username = neutron
  33. password = fa82e68fb76ea7c2
  34.  
  35. [database]
  36. connection = mysql://neutron:e67ac64c1b3e17cb@192.168.1.2/neutron
  37.  
  38. [nova]
  39. auth_url = http://192.168.1.2:35357
  40. auth_plugin = password
  41. project_domain_id = default
  42. user_domain_id = default
  43. region_name = RegionOne
  44. project_name = service
  45. username = nova
  46. password = 6837e6613e23592c
  47.  
  48. [oslo_concurrency]
  49. lock_path = $state_path/lock
  50.  
  51. [oslo_policy]
  52.  
  53. [oslo_messaging_amqp]
  54.  
  55. [oslo_messaging_qpid]
  56.  
  57. [oslo_messaging_rabbit]
  58.  
  59. rabbit_host = 192.168.1.2
  60. rabbit_userid = openstack
  61. rabbit_password = bf858d884699b374
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement