Skip to content
Snippets Groups Projects
Commit ab3151d8 authored by Michal Nasiadka's avatar Michal Nasiadka
Browse files

Fix swift entries in group_vars/globals.yml

Change-Id: I41c2fb7d476d553aeaca34feef1d045967c284fb
parent cd3c5119
No related branches found
No related tags found
No related merge requests found
...@@ -833,7 +833,6 @@ panko_database_type: "mysql" ...@@ -833,7 +833,6 @@ panko_database_type: "mysql"
# Gnocchi options # Gnocchi options
################# #################
# Valid options are [ file, ceph, swift ] # 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 %}" gnocchi_backend_storage: "{% if enable_swift | bool %}swift{% else %}file{% endif %}"
# Valid options are [redis, ''] # Valid options are [redis, '']
......
...@@ -446,8 +446,8 @@ ...@@ -446,8 +446,8 @@
################# #################
# Gnocchi options # Gnocchi options
################# #################
# Valid options are [ file, ceph ] # Valid options are [ file, ceph, swift ]
#gnocchi_backend_storage: "file" #gnocchi_backend_storage: "{% if enable_swift | bool %}swift{% else %}file{% endif %}"
# Valid options are [redis, ''] # Valid options are [redis, '']
#gnocchi_incoming_storage: "{{ 'redis' if enable_redis | bool else '' }}" #gnocchi_incoming_storage: "{{ 'redis' if enable_redis | bool else '' }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment