Advertisement
Guest User

Untitled

a guest
Feb 16th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. [DEFAULT]
  2. debug = true
  3. verbose = true
  4. rabbit_host = 172.16.40.140:15672
  5. rabbit_userid = oshykhkerimov
  6. rabbit_password = QWErabbit22
  7. rabbit_virtual_host = oshykhkerimov
  8. notification_driver = messagingv2
  9.  
  10.  
  11.  
  12. [database]
  13. backend = sqlalchemy
  14. connection = mysql://murano@localhost/murano
  15.  
  16.  
  17.  
  18. [keystone]
  19. auth_url = 'http://172.16.40.137:5000/v2.0'
  20.  
  21.  
  22.  
  23. [keystone_authtoken]
  24. auth_uri = 'http://%OPENSTACK_HOST_IP%:5000/v2.0'
  25. auth_host = '%OPENSTACK_HOST_IP%'
  26. auth_port = 5000
  27. auth_protocol = http
  28. admin_tenant_name = %OPENSTACK_ADMIN_TENANT%
  29. admin_user = %OPENSTACK_ADMIN_USER%
  30. admin_password = %OPENSTACK_ADMIN_PASSWORD%
  31.  
  32.  
  33.  
  34. [murano]
  35. url = http://%YOUR_HOST_IP%:8082
  36.  
  37. [rabbitmq]
  38. host = 172.16.40.140:15673
  39. login = oshykhkerimov
  40. password = QWErabbit22
  41. virtual_host = oshykhkerimov
  42.  
  43. [networking]
  44. default_dns = 8.8.8.8 # In case openstack neutron has no default
  45. # DNS configured
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement