Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. [DEFAULT]
  2. default_store = file
  3. bind_host = controller
  4. bind_port = 9292
  5. log_file = /var/log/glance/api.log
  6. backlog = 4096
  7. workers = 1
  8. registry_host = 0.0.0.0
  9. registry_port = 9191
  10. registry_client_protocol = http
  11. rabbit_host = localhost
  12. rabbit_port = 5672
  13. rabbit_use_ssl = false
  14. rabbit_userid = guest
  15. rabbit_password = guest
  16. rabbit_virtual_host = /
  17. rabbit_notification_exchange = glance
  18. rabbit_notification_topic = notifications
  19. rabbit_durable_queues = False
  20. qpid_notification_exchange = glance
  21. qpid_notification_topic = notifications
  22. qpid_hostname = localhost
  23. qpid_port = 5672
  24. qpid_username =
  25. qpid_password =
  26. qpid_sasl_mechanisms =
  27. qpid_reconnect_timeout = 0
  28. qpid_reconnect_limit = 0
  29. qpid_reconnect_interval_min = 0
  30. qpid_reconnect_interval_max = 0
  31. qpid_reconnect_interval = 0
  32. qpid_heartbeat = 5
  33. qpid_protocol = tcp
  34. qpid_tcp_nodelay = True
  35. filesystem_store_datadir = /var/lib/glance/images/
  36. swift_store_auth_version = 2
  37. swift_store_auth_address = 127.0.0.1:5000/v2.0/
  38. swift_store_user = jdoe:jdoe
  39. swift_store_key = a86850deb2742ec3cb41518e26aa2d89
  40. swift_store_container = glance
  41. swift_store_create_container_on_put = False
  42. swift_store_large_object_size = 5120
  43. swift_store_large_object_chunk_size = 200
  44. swift_enable_snet = False
  45. s3_store_host = 127.0.0.1:8080/v1.0/
  46. s3_store_access_key = <20-char AWS access key>
  47. s3_store_secret_key = <40-char AWS secret key>
  48. s3_store_bucket = <lowercased 20-char aws access key>glance
  49. s3_store_create_bucket_on_put = False
  50. sheepdog_store_address = localhost
  51. sheepdog_store_port = 7000
  52. sheepdog_store_chunk_size = 64
  53. delayed_delete = False
  54. scrub_time = 43200
  55. scrubber_datadir = /var/lib/glance/scrubber
  56. image_cache_dir = /var/lib/glance/image-cache/
  57. [database]
  58. sqlite_db = /var/lib/glance/glance.sqlite
  59. backend = sqlalchemy
  60. connection = mysql://glance:passw0rd@controller/glance
  61. [keystone_authtoken]
  62. auth_uri=http://controller:5000
  63. auth_host=controller
  64. auth_port=35357
  65. auth_protocol=http
  66. admin_tenant_name=service
  67. admin_user=glance
  68. admin_password=passw0rd
  69. [paste_deploy]
  70. flavor=keystone
  71. [store_type_location_strategy]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement