summaryrefslogtreecommitdiff
path: root/demoscript/IceGrid/allocate.py
diff options
context:
space:
mode:
Diffstat (limited to 'demoscript/IceGrid/allocate.py')
-rwxr-xr-xdemoscript/IceGrid/allocate.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/demoscript/IceGrid/allocate.py b/demoscript/IceGrid/allocate.py
index eb47ca8ed19..9760148d506 100755
--- a/demoscript/IceGrid/allocate.py
+++ b/demoscript/IceGrid/allocate.py
@@ -35,7 +35,8 @@ def run(clientCmd):
sys.stdout.write("starting icegridnode... ")
sys.stdout.flush()
node = Util.spawn(Util.getIceGridNode() + ' --Ice.Config=config.grid --Ice.PrintAdapterReady %s' % (args))
- node.expect('IceGrid.Registry.Internal ready\nIceGrid.Registry.Server ready\nIceGrid.Registry.Client ready\nIceGrid.Node ready')
+ node.expect('IceGrid.Registry.Internal ready\nIceGrid.Registry.Server ready\nIceGrid.Registry.Client ready' +
+ '\nIceGrid.Registry.Discovery ready\nIceGrid.Node ready')
print("ok")
sys.stdout.write("deploying application... ")