demo.run: start scout at startup

To be consistent with the documentation, we have to start scout instead
of launchpad right at the start of the default demo scenario.
This commit is contained in:
Norman Feske 2015-05-26 09:19:51 +02:00 committed by Christian Helmuth
parent 3384d3d23c
commit bf031b174a
1 changed files with 1 additions and 2 deletions

View File

@ -166,9 +166,8 @@ append config {
<any-service> <parent/> <any-child/> </any-service>
</route>
</start>
<start name="launchpad">
<start name="scout">
<resource name="RAM" quantum="64M" />
<configfile name="launchpad.config" />
</start>
</config>}