Skip to content

Commit 9329ee5

Browse files
author
Ignasi Barrera
committed
Modified configuration section accordingly
1 parent e5f5e37 commit 9329ee5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/scalability.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ boundary_org = CHANGEME ; Boundary org id
3333
boundary_key = CHANGEME ; Boundary key
3434
newrelic_key = CHANGEME ; New Relic license key
3535

36-
[reset-db]
36+
[reset-datanode]
3737
license = CHANGEME ; The license key to add

kahuna/plugins/scalability.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def reset_datanode(self, args):
7575
return
7676

7777
compute = self._context.getComputeService()
78-
license = self.__config.get("reset-db", "license")
78+
license = self.__config.get("reset-datanode", "license")
7979
predicate = NodeHasIp(options.datanode)
8080

8181
try:

0 commit comments

Comments
 (0)