Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # (boolean value)
- # This option is deprecated for removal since Newton.
- # Its value may be silently ignored in the future.
- # Reason: This option will be removed in the Ocata release because the same
- # functionality can be achieved with greater granularity by using policies.
- # Please see the Newton release notes for more information.
- #show_multiple_locations = false
- show_multiple_locations = true
- [AWS]
- secret_key =vy5d0Sps2xYRF5AoEnSSf7+WXEAe67+f17foRuAR
- access_key = AKIAIRF32Y7PIJTK3QFA
- region_name = eu-central-1
- [glance_store]
- #
- # List of enabled Glance stores.
- #
- # Register the storage backends to use for storing disk images
- # as a comma separated list. The default stores enabled for
- # storing disk images with Glance are ``file`` and ``http``.
- #
- # Possible values:
- # * A comma separated list that could include:
- # * file
- # * http
- # * swift
- # * rbd
- # * sheepdog
- # * cinder
- # * vmware
- #
- # Related Options:
- # * default_store
- #
- # (list value)
- stores = file,http,aws
- # (string value)
- # Allowed values: file, filesystem, http, https, swift, swift+http, swift+https, swift+config, rbd, sheepdog, cinder, vsphere
- #default_store = file
- default_store = aws
Advertisement
Add Comment
Please, Sign In to add comment