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