Browse Source

Revert "HUE-9373 [core] keytab_reinit_frequency is ignored in hue.ini (#1161)"

This reverts commit f15be022746cf63c59f4b8fc992e5d53f08a65d2.
Ying Chen 5 years ago
parent
commit
bdcab12926
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/core/src/desktop/conf.py

+ 1 - 1
desktop/core/src/desktop/conf.py

@@ -869,7 +869,7 @@ KERBEROS = ConfigSection(
       type=str,
       default="hue/%s" % socket.getfqdn()),
     KEYTAB_REINIT_FREQUENCY=Config(
-      key='keytab_reinit_frequency',
+      key='reinit_frequency',
       help=_("Frequency in seconds with which Hue will renew its keytab."),
       type=int,
       default=60*60), #1h