omg fixes
diff --git a/configs-examples/omg.yaml b/configs-examples/omg.yaml
index 14e4207..e339984 100644
--- a/configs-examples/omg.yaml
+++ b/configs-examples/omg.yaml
@@ -4,11 +4,11 @@
     omg: local
 
 explicit_nodes:
-    "ssh://root@192.168.60.101::/home/yportnova/.ssh/id_rsa.pub": testnode
-    "ssh://root@192.168.59.3::/home/yportnova/.ssh/id_rsa.pub": testnode
+    "ssh://root@host::/root/.ssh/id_rsa.pub": testnode
+    "ssh://root@host2::/root/yportnova/.ssh/id_rsa.pub": testnode
 
 tests:
     - omg:
         prerun_script: "wally/suits/omgbench/prepare.sh"
         run_script: "wally/suits/omgbench/run.sh"
-        run_opts: "times 23 url rabbit://guest:guest@192.168.60.101"
\ No newline at end of file
+        run_opts: "times 23 url rabbit://guest:guest@localhost"
\ No newline at end of file