· 7 years ago · Aug 21, 2018, 11:24 PM
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
8show_multiple_locations = true
9
10
11[AWS]
12secret_key =vy5d0Sps2xYRF5AoEnSSf7+WXEAe67+f17foRuAR
13access_key = AKIAIRF32Y7PIJTK3QFA
14region_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)
39stores = 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
44default_store = aws