raniaadouni

file glance-api.conf

Aug 21st, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. # (boolean value)
  2. # This option is deprecated for removal since Newton.
  3. # Its value may be silently ignored in the future.
  4. # Reason: This option will be removed in the Ocata release because the same
  5. # functionality can be achieved with greater granularity by using policies.
  6. # Please see the Newton release notes for more information.
  7. #show_multiple_locations = false
  8. show_multiple_locations = true
  9.  
  10.  
  11. [AWS]
  12. secret_key =vy5d0Sps2xYRF5AoEnSSf7+WXEAe67+f17foRuAR
  13. access_key = AKIAIRF32Y7PIJTK3QFA
  14. region_name = eu-central-1
  15.  
  16.  
  17. [glance_store]
  18. #
  19. # List of enabled Glance stores.
  20. #
  21. # Register the storage backends to use for storing disk images
  22. # as a comma separated list. The default stores enabled for
  23. # storing disk images with Glance are ``file`` and ``http``.
  24. #
  25. # Possible values:
  26. # * A comma separated list that could include:
  27. # * file
  28. # * http
  29. # * swift
  30. # * rbd
  31. # * sheepdog
  32. # * cinder
  33. # * vmware
  34. #
  35. # Related Options:
  36. # * default_store
  37. #
  38. # (list value)
  39. stores = file,http,aws
  40.  
  41. # (string value)
  42. # Allowed values: file, filesystem, http, https, swift, swift+http, swift+https, swift+config, rbd, sheepdog, cinder, vsphere
  43. #default_store = file
  44. default_store = aws
Advertisement
Add Comment
Please, Sign In to add comment