소스 검색

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

This reverts commit f15be022746cf63c59f4b8fc992e5d53f08a65d2.
Ying Chen 5 년 전
부모
커밋
bdcab12926
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
       type=str,
       default="hue/%s" % socket.getfqdn()),
       default="hue/%s" % socket.getfqdn()),
     KEYTAB_REINIT_FREQUENCY=Config(
     KEYTAB_REINIT_FREQUENCY=Config(
-      key='keytab_reinit_frequency',
+      key='reinit_frequency',
       help=_("Frequency in seconds with which Hue will renew its keytab."),
       help=_("Frequency in seconds with which Hue will renew its keytab."),
       type=int,
       type=int,
       default=60*60), #1h
       default=60*60), #1h