Commit 95822709 authored by Jérome Perrin's avatar Jérome Perrin

WIP standalone don't use --all

parent 2aad36b9
Pipeline #13217 failed with stage
......@@ -326,7 +326,7 @@ class StandaloneSlapOS(object):
self._slapos_commands = {
'slapos-node-software': {
'command':
'slapos node software --cfg {self._slapos_config} --all {debug_args}',
'slapos node software --cfg {self._slapos_config} {debug_args}',
'debug_args':
'-v --buildout-debug',
'stdout_logfile':
......@@ -334,7 +334,7 @@ class StandaloneSlapOS(object):
},
'slapos-node-instance': {
'command':
'slapos node instance --cfg {self._slapos_config} --all {debug_args}',
'slapos node instance --cfg {self._slapos_config} {debug_args}',
'debug_args':
'-v --buildout-debug',
'stdout_logfile':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment