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