Guest User

neutron.conf

a guest
Jun 16th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. [DEFAULT]
  2. auth_strategy = keystone
  3. rpc_backend = rabbit
  4. [agent]
  5. [cors]
  6. [cors.subdomain]
  7. [database]
  8. [keystone_authtoken]
  9. auth_uri = http://controller:5000
  10. auth_url = http://controller:35357
  11. memcached_servers = controller:11211
  12. auth_type = password
  13. project_domain_name = default
  14. user_domain_name = default
  15. project_name = service
  16. username = neutron
  17. password = 0oooo
  18. [matchmaker_redis]
  19. [nova]
  20. [oslo_concurrency]
  21. lock_path = /var/lib/neutron/tmp
  22. [oslo_messaging_amqp]
  23. [oslo_messaging_notifications]
  24. [oslo_messaging_rabbit]
  25. rabbit_host = controller
  26. rabbit_userid = openstack
  27. rabbit_password = hhhhhhhh
  28. [oslo_policy]
  29. [quotas]
  30. [ssl]
Add Comment
Please, Sign In to add comment