|
...
|
...
|
@@ -18,11 +18,12 @@ A sample is provided in ``devstack/samples``
|
|
18
|
18
|
|
|
19
|
19
|
The new header is similar to a normal INI section header but with double
|
|
20
|
20
|
brackets (``[[ ... ]]``) and two internal fields separated by a pipe
|
|
21
|
|
-(``|``):
|
|
22
|
|
-
|
|
|
21
|
+(``|``). Note that there are no spaces between the double brackets and the
|
|
|
22
|
+internal fields. Likewise, there are no spaces between the pipe and the
|
|
|
23
|
+internal fields:
|
|
23
|
24
|
::
|
|
24
|
25
|
|
|
25
|
|
- [[ <phase> | <config-file-name> ]]
|
|
|
26
|
+ '[[' <phase> '|' <config-file-name> ']]'
|
|
26
|
27
|
|
|
27
|
28
|
where ``<phase>`` is one of a set of phase names defined by ``stack.sh``
|
|
28
|
29
|
and ``<config-file-name>`` is the configuration filename. The filename
|