diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-11-09 09:06:22 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-11-09 09:06:22 -0330 |
commit | 451e0b5d45264132f1e5f07f75824a64b3fd590e (patch) | |
tree | 4164b7bd66563a24375ac5f12f25065614d8134e /scripts/IceGridAdmin.py | |
parent | initial commit of C++ Bluetooth transport (diff) | |
download | ice-451e0b5d45264132f1e5f07f75824a64b3fd590e.tar.bz2 ice-451e0b5d45264132f1e5f07f75824a64b3fd590e.tar.xz ice-451e0b5d45264132f1e5f07f75824a64b3fd590e.zip |
Changed IceGrid.Registry.Data property to IceGrid.Registry.LMDB.Path
Diffstat (limited to 'scripts/IceGridAdmin.py')
-rw-r--r-- | scripts/IceGridAdmin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/IceGridAdmin.py b/scripts/IceGridAdmin.py index d6aa44e9393..1542bd6515b 100644 --- a/scripts/IceGridAdmin.py +++ b/scripts/IceGridAdmin.py @@ -102,7 +102,7 @@ def startIceGridRegistry(testdir, dynamicRegistration = False): cmd = command + ' ' + \ r' --Ice.ProgramName=' + name + \ r' --IceGrid.Registry.Client.Endpoints="default -p ' + str(iceGridPort + i) + '" ' + \ - r' --IceGrid.Registry.Data="' + dataDir + '" ' + r' --IceGrid.Registry.LMDB.Path="' + dataDir + '" ' if i > 0: cmd += r' --IceGrid.Registry.ReplicaName=' + name + ' ' + getDefaultLocatorProperty() |