Guest User

Untitled

a guest
Mar 27th, 2015
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. [root@juno001 ~]# grep -v '^#' /etc/glance/glance-api.conf | grep -v '^$'
  2. [DEFAULT]
  3. verbose=True
  4. debug=True
  5. bind_host=0.0.0.0
  6. bind_port=9292
  7. log_file=/var/log/glance/api.log
  8. backlog=4096
  9. workers=4
  10. show_image_direct_url=False
  11. use_syslog=False
  12. registry_host=0.0.0.0
  13. registry_port=9191
  14. registry_client_protocol=http
  15. notification_driver = messaging
  16. rabbit_host=10.121.141.39
  17. rabbit_port=5672
  18. rabbit_use_ssl=False
  19. rabbit_userid=guest
  20. rabbit_password=guest
  21. rabbit_virtual_host=/
  22. rabbit_notification_exchange=glance
  23. rabbit_notification_topic=notifications
  24. image_cache_dir=/var/lib/glance/image-cache
  25. rabbit_ha_queues=False
  26. rabbit_hosts=10.121.141.39:5672
  27. amqp_durable_queues=False
  28. log_dir=/var/log/glance
  29. os_region_name=RegionOne
  30. [database]
  31. connection=mysql://glance:[email protected]/glance
  32. idle_timeout=3600
  33. [keystone_authtoken]
  34. admin_tenant_name=services
  35. admin_user=glance
  36. admin_password=35c2a05fc52e4b65
  37. auth_port=35357
  38. auth_host=10.121.141.35
  39. auth_protocol=https
  40. auth_uri=https://10.121.141.35:5000/
  41. insecure=true
  42. [paste_deploy]
  43. flavor=keystone
  44. [store_type_location_strategy]
  45. [profiler]
  46. [task]
  47. [glance_store]
  48.  
  49.  
  50.  
  51. [root@juno001 ~]# grep -v '^#' /etc/glance/glance-registry.conf | grep -v '^$'
  52. [DEFAULT]
  53. verbose=True
  54. debug=True
  55. bind_host=0.0.0.0
  56. bind_port=9191
  57. log_file=/var/log/glance/registry.log
  58. use_syslog=False
  59. log_dir=/var/log/glance
  60. [database]
  61. connection=mysql://glance:[email protected]/glance
  62. idle_timeout=3600
  63. [keystone_authtoken]
  64. admin_tenant_name=services
  65. admin_user=glance
  66. admin_password=35c2a05fc52e4b65
  67. auth_host=10.121.141.35
  68. auth_port=35357
  69. auth_protocol=https
  70. auth_uri=https://10.121.141.35:5000/
  71. [paste_deploy]
  72. flavor=keystone
  73. [profiler]
Advertisement
Add Comment
Please, Sign In to add comment