summaryrefslogtreecommitdiffstats
path: root/ipalib/plugable.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2016-12-02 13:16:13 +0100
committerJan Cholasta <jcholast@redhat.com>2016-12-02 15:05:33 +0100
commitc2934aaa7eacb8390209a38029145b1c240d864c (patch)
tree299f4f0ba4f5f82c2b037681745db9908f793beb /ipalib/plugable.py
parentd4916254e995be1118ab8dbce5b60091305f97fe (diff)
downloadfreeipa-c2934aaa7eacb8390209a38029145b1c240d864c.tar.gz
freeipa-c2934aaa7eacb8390209a38029145b1c240d864c.tar.xz
freeipa-c2934aaa7eacb8390209a38029145b1c240d864c.zip
Raise errors.EnvironmentError if IPA_CONFDIR var is incorrectly used
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipalib/plugable.py')
-rw-r--r--ipalib/plugable.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ipalib/plugable.py b/ipalib/plugable.py
index 142b3e60d..1a9164fc6 100644
--- a/ipalib/plugable.py
+++ b/ipalib/plugable.py
@@ -717,10 +717,6 @@ class API(ReadOnly):
if self.env.env_confdir == self.env.confdir:
self.log.info(
"IPA_CONFDIR env sets confdir to '%s'.", self.env.confdir)
- else:
- self.log.warn(
- "IPA_CONFDIR env is overridden by an explicit confdir "
- "argument.")
for plugin in self.__plugins:
if not self.env.validate_api: