devstack/extras.d
Attila Fazekas 1d29d8bcf7 Add basic uec image preparation to tempest
Add uec image preparation to lib/tempest.
cirros as image is hard coded at the moment.

If the images does not exists or the system is not able to use uec images the
image prepare step will be skipped and tempest will skip the related
tests as well.

Setting ssh username correctly.
Setting instance type for the boto test.

Change-Id: I0d36ac7834e1eb677007e2c92dfc375d134a6023
2013-01-15 14:23:07 +01: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

README

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.