devstack/extras.d
Denis Egorenko a45a0a0276 Added Savanna Project
Added services Savanna, Savanna Dashboard, Savanna python client.

Implements blueprint devstack-savanna-support
Implements blueprint devstack-integration

Change-Id: I8725f59a0cc9aef4817988470313136c56711cf1
2013-10-22 12:12:25 +04:00
..
70-savanna.sh Added Savanna Project 2013-10-22 12:12:25 +04:00
80-tempest.sh Add basic uec image preparation to tempest 2013-01-15 14:23:07 +01:00
README Add mechanism to automatically load additional projects 2013-01-09 19:53:45 -06:00

The extras.d directory contains project initialization scripts to be
sourced by stack.sh at the end of its run.  This is expected to be
used by external projects that want to be configured, started and
stopped with DevStack.

Order is controlled by prefixing the script names with the a two digit
sequence number.  Script names must end with '.sh'.  This provides a
convenient way to disable scripts by simoy renaming them.

DevStack reserves the sequence numbers 00 through 09 and 90 through 99
for its own use.

The scripts are called with an argument of 'stack' by stack.sh and
with an argument of 'unstack' by unstack.sh.