From bb342b074b2162c5be9d7bb657a2b8f9f7a333f2 Mon Sep 17 00:00:00 2001 From: MD NADEEM Date: Fri, 18 Mar 2016 09:42:53 +0530 Subject: [PATCH] Correct var name in globals.yml Change variable name ceph_use_cache to ceph_enable_cache TrivialFix Change-Id: Ifeabf2a7212a78a81703f3e867c2566652b1aebc --- 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 8aa0da4c32..36fa91a8c5 100644 --- a/etc/kolla/globals.yml +++ b/etc/kolla/globals.yml @@ -103,7 +103,7 @@ neutron_external_interface: "eth1" ################### # Ceph can be setup with a caching to improve performance. To use the cache you # must provide separate disks than those for the OSDs -# ceph_use_cache: "no" +#ceph_enable_cache: "no" # Valid options are [ forward, none, writeback ] #ceph_cache_mode: "writeback"