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

This commit is contained in:
Jenkins 2017-08-11 10:12:05 +00:00 committed by Gerrit Code Review
commit 56af899efe

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