From d7ffd1971cff539ad4b3ee2ff4e46c71102f1393 Mon Sep 17 00:00:00 2001 From: Mauricio Lima Date: Wed, 3 Feb 2016 12:34:12 -0500 Subject: [PATCH] Add double quotes in ceph_cache_mode TrivialFix Change-Id: I73f780d72fc30ff3adf3e70ed03361dcb76b451d --- etc/kolla/globals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml index 6ef50d4be7..7caed3e8be 100644 --- a/etc/kolla/globals.yml +++ b/etc/kolla/globals.yml @@ -88,7 +88,7 @@ neutron_external_interface: "eth1" # must provide separate disks than those for the OSDs # ceph_use_cache: "no" # Valid options are [ forward, none, writeback ] -# ceph_cache_mode: writeback +# ceph_cache_mode: "writeback" # A requirement for using the erasure-coded pools is you must setup a cache tier # Valid options are [ erasure, replicated ]