Fix a typo in all.yml: replace Vaid with Valid

Change-Id: I4dd04a7235285d14fbb15b35f4bcd2fe88d09ca3
This commit is contained in:
chao liu 2017-08-10 17:57:33 -07:00
parent ed33915242
commit 23863a7101

View File

@ -504,7 +504,7 @@ panko_database_type: "mysql"
#################
# Gnocchi options
#################
# Vaid options are [file, ceph]
# Valid options are [file, ceph]
gnocchi_backend_storage: "{{ 'ceph' if enable_ceph|bool else 'file' }}"