Dial back the "authenticator doesn't make sense in install mode" message

Since it was breaking integration tests
This commit is contained in:
Peter Eckersley
2015-10-19 19:27:36 -07:00
parent eeeb66e58a
commit 6460a3b50e
+1 -2
View File
@@ -365,8 +365,7 @@ def choose_configurator_plugins(args, config, plugins, verb):
if verb == "install":
need_inst = True
if args.authenticator:
msg = "Specifying an authenticator doesn't make sense in install mode"
raise PluginSelectionError, msg
logger.warn("Specifying an authenticator doesn't make sense in install mode")
# Which plugins did the user request?
req_inst = req_auth = args.configurator