Browse code

Location of the "local.conf" file is confusing. It is updated.

It was shown that the local.conf is at root devstack directory, but
it is at devstack/samples directory. So the path is updated.

1.) Copy the file into root Devstack directory.

Change-Id: I6ff8a404a3664c892bb458023c57ccc5d0926fdf
Closes-Bug: #1464491

venkatamahesh authored on 2015/08/10 19:37:03
Showing 1 changed files
... ...
@@ -28,8 +28,10 @@ simplify this process and meet the following goals:
28 28
 local.conf
29 29
 ==========
30 30
 
31
-The new configuration file is ``local.conf`` and resides in the root
32
-DevStack directory like the old ``localrc`` file. It is a modified INI
31
+The new configuration file is ``local.conf`` and should reside in the
32
+root Devstack directory. An example of such ``local.conf`` file
33
+is provided in the ``devstack/samples`` directory. Copy this file into
34
+the root Devstack directory and adapt it to your needs. It is a modified INI
33 35
 format file that introduces a meta-section header to carry additional
34 36
 information regarding the configuration files to be changed.
35 37