Skip to content

Commit

Permalink
don't limit provisioner engines in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Kukrál committed Dec 22, 2017
1 parent 88dd257 commit 97893c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kqueen/config/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class BaseConfig:
PROVISIONER_OK_STATE = 'OK'
PROVISIONER_UNKNOWN_STATE = 'Not Reachable'

PROVISIONER_ENGINE_WHITELIST = []
PROVISIONER_ENGINE_WHITELIST = None

PROMETHEUS_WHITELIST = '127.0.0.0/8'

Expand Down

0 comments on commit 97893c4

Please sign in to comment.