Fix swift entries in group_vars/globals.yml

Change-Id: I41c2fb7d476d553aeaca34feef1d045967c284fb
This commit is contained in:
Michal Nasiadka 2020-02-13 15:32:39 +01:00
parent cd3c51197e
commit ab3151d8f2
2 changed files with 2 additions and 3 deletions

View File

@ -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, '']

View File

@ -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 '' }}"