From 23863a71017f8e0bd4e08951c313196382b28c0b Mon Sep 17 00:00:00 2001 From: chao liu Date: Thu, 10 Aug 2017 17:57:33 -0700 Subject: [PATCH] Fix a typo in all.yml: replace Vaid with Valid Change-Id: I4dd04a7235285d14fbb15b35f4bcd2fe88d09ca3 --- ansible/group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index b517f17c21..fccc620687 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -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' }}"