Skip to content

Commit 118e78e

Browse files
committed
Update manager.conf.example
1 parent 367e317 commit 118e78e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

manager.conf.example

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,15 +209,15 @@ accounting_update_period=300000
209209
accounting_datastore_url=jdbc:sqlite:/tmp/usage
210210

211211
## Benchmarking (SSH Benchmarking plugin)
212-
benchmarking_class=org.fogbowcloud.manager.core.plugins.benchmarking.SSHBenchmarkingPlugin
212+
# benchmarking_class=org.fogbowcloud.manager.core.plugins.benchmarking.SSHBenchmarkingPlugin
213213
## Benchmarking script to use with SSH Benchmarking plugin
214-
ssh_benchmarking_script_url=http://downloads.fogbowcloud.org/benchmark/script_ssh_benchmarking.sh
214+
# ssh_benchmarking_script_url=http://downloads.fogbowcloud.org/benchmark/script_ssh_benchmarking.sh
215215
## Manager public and private keys
216-
ssh_private_key=/etc/fogbow-manager/ssh/id_rsa
217-
ssh_public_key=/etc/fogbow-manager/ssh/id_rsa.pub
216+
# ssh_private_key=/etc/fogbow-manager/ssh/id_rsa
217+
# ssh_public_key=/etc/fogbow-manager/ssh/id_rsa.pub
218218

219219
## Benchmarking (Vanilla Benchmarking Plugin)
220-
# benchmarking_class=org.fogbowcloud.manager.core.plugins.benchmarking.VanillaBenchmarkingPlugin
220+
benchmarking_class=org.fogbowcloud.manager.core.plugins.benchmarking.VanillaBenchmarkingPlugin
221221

222222

223223
## OCCI extra resources

0 commit comments

Comments
 (0)