blob: ffc6793abd0a3bc8a8b686dce7f0750674f4e38b [file] [log] [blame]
Dean Troyer768295e2013-01-09 13:42:03 -06001The extras.d directory contains project initialization scripts to be
2sourced by stack.sh at the end of its run. This is expected to be
3used by external projects that want to be configured, started and
4stopped with DevStack.
5
6Order is controlled by prefixing the script names with the a two digit
7sequence number. Script names must end with '.sh'. This provides a
8convenient way to disable scripts by simoy renaming them.
9
10DevStack reserves the sequence numbers 00 through 09 and 90 through 99
11for its own use.
12
13The scripts are called with an argument of 'stack' by stack.sh and
14with an argument of 'unstack' by unstack.sh.