From 576b2e2a98ba412a5d9baad828d6dbc58c7dac82 Mon Sep 17 00:00:00 2001 From: lekhajee Date: Mon, 13 Jul 2015 13:17:12 -0700 Subject: [PATCH] Update engine.config file location in README Change-Id: Ia973bdf15b618385b3e7051a2a960d709d840e93 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7f674e7..b19e48d 100644 --- a/README.rst +++ b/README.rst @@ -43,7 +43,7 @@ Remember, open CAFE is just the core driver/engine. You have to build an impleme Configuration -------------- Open CAFE works out of the box with the cafe-runner (cafe.drivers.unittest). CAFE will auto-generate a base engine.config during installation. This -base configuration will be installed to: /.cloudcafe/configs/engine.config +base configuration will be installed to: /.opencafe/configs/engine.config If you wish to modify default installation values you can update the engine.config file after CAFE installation. Keep in mind that the Engine will over-write this file on installation/upgrade.