From 7c7679ecc9f1e8dffcb886aab8ef96eafcc1d9f6 Mon Sep 17 00:00:00 2001 From: dieterly Date: Fri, 18 Sep 2015 15:10:48 -0600 Subject: [PATCH] Clarify new header configuration syntax Make it clear that there are no spaces in the new header section. Change-Id: I69c14017820621a3aea75e41960ac3758f7e4835 --- doc/source/configuration.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 983f5c0aae..e8de7c4f70 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -18,11 +18,12 @@ A sample is provided in ``devstack/samples`` The new header is similar to a normal INI section header but with double brackets (``[[ ... ]]``) and two internal fields separated by a pipe -(``|``): - +(``|``). Note that there are no spaces between the double brackets and the +internal fields. Likewise, there are no spaces between the pipe and the +internal fields: :: - [[ | ]] + '[[' '|' ']]' where ```` is one of a set of phase names defined by ``stack.sh`` and ```` is the configuration filename. The filename