Fix swift entries in group_vars/globals.yml
Change-Id: I41c2fb7d476d553aeaca34feef1d045967c284fb
This commit is contained in:
parent
cd3c51197e
commit
ab3151d8f2
@ -833,7 +833,6 @@ panko_database_type: "mysql"
|
||||
# Gnocchi options
|
||||
#################
|
||||
# Valid options are [ file, ceph, swift ]
|
||||
# Defaults to file if ceph and swift are enabled; explicitly set to either if required.
|
||||
gnocchi_backend_storage: "{% if enable_swift | bool %}swift{% else %}file{% endif %}"
|
||||
|
||||
# Valid options are [redis, '']
|
||||
|
@ -446,8 +446,8 @@
|
||||
#################
|
||||
# Gnocchi options
|
||||
#################
|
||||
# Valid options are [ file, ceph ]
|
||||
#gnocchi_backend_storage: "file"
|
||||
# Valid options are [ file, ceph, swift ]
|
||||
#gnocchi_backend_storage: "{% if enable_swift | bool %}swift{% else %}file{% endif %}"
|
||||
|
||||
# Valid options are [redis, '']
|
||||
#gnocchi_incoming_storage: "{{ 'redis' if enable_redis | bool else '' }}"
|
||||
|
Loading…
Reference in New Issue
Block a user