From 6a51e926f82a89535bf8c7d245752b72f4c5a3e8 Mon Sep 17 00:00:00 2001 From: daniel goldberg Date: Mon, 29 Aug 2016 19:14:37 +0300 Subject: [PATCH] Fixed random IP --- chaos_monkey/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaos_monkey/config.py b/chaos_monkey/config.py index 93f38b5a7..b5fe875b4 100644 --- a/chaos_monkey/config.py +++ b/chaos_monkey/config.py @@ -171,7 +171,7 @@ class Configuration(object): range_class = FixedRange range_size = 1 - range_fixed = ['10.0.1.160'] + range_fixed = [''] # TCP Scanner HTTP_PORTS = [80, 8080, 443,