The values 'true'/'false' must be quoted into yml config nowadays, otherwise:
> root@debian-jessie-plain:~# cat /etc/ngcp-config/config.debian-jessie-plain.yml
> ---
> sipwise:
> system_tester:
> skip_dns_check_test: true
> skip_strict_hostname_test: true
> root@debian-jessie-plain:~# ngcpcfg values sipwise.system_tester.skip_dns_check_test
> 1
> root@debian-jessie-plain:~# ngcpcfg values sipwise.system_tester.skip_strict_hostname_test
> 1
> root@debian-jessie-plain:~# cat /etc/ngcp-config/config.debian-jessie-plain.yml
> ---
> sipwise:
> system_tester:
> skip_dns_check_test: 'true'
> skip_strict_hostname_test: 'true'
> root@debian-jessie-plain:~# ngcpcfg values sipwise.system_tester.skip_strict_hostname_test
> true
> root@debian-jessie-plain:~# ngcpcfg values sipwise.system_tester.skip_dns_check_test
> true
Change-Id: Idcbcfbeeda2cd39a7e44c278c3577c723a3636d1
(cherry picked from commit 461a288b49)
changes/32/14632/1
parent
5019ea1f85
commit
6c2d18d0a3
Loading…
Reference in new issue