Advertisement
Guest User

Untitled

a guest
Oct 18th, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 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. rabbit_host=192.168.1.2
  8. rabbit_userid=openstack
  9. rabbit_password=bf858d884699b374
  10. rpc_backend=rabbit
  11.  
  12. [matchmaker_redis]
  13.  
  14. [matchmaker_ring]
  15.  
  16. [quotas]
  17.  
  18. [agent]
  19. root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
  20.  
  21. [keystone_authtoken]
  22. auth_uri = http://192.168.1.2:5000
  23. auth_url = http://192.168.1.2:35357
  24. auth_plugin = password
  25. project_domain_id = default
  26. user_domain_id = default
  27. project_name = service
  28. username = neutron
  29. password = fa82e68fb76ea7c2
  30.  
  31. [database]
  32.  
  33. [nova]
  34. auth_plugin = password
  35. region_name = RegionOne
  36. project_domain_id = default
  37. project_name = service
  38. user_domain_id = default
  39. password = 6837e6613e23592c
  40. username = nova
  41. auth_url = http://192.168.1.2:35357
  42.  
  43. [oslo_concurrency]
  44. lock_path = $state_path/lock
  45.  
  46. [oslo_policy]
  47.  
  48. [oslo_messaging_amqp]
  49.  
  50. [oslo_messaging_qpid]
  51.  
  52. [oslo_messaging_rabbit]
  53. rabbit_host = 192.168.1.2
  54. rabbit_userid = openstack
  55. rabbit_password = bf858d884699b374
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement