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: Idcbcfbeeda2cd39a7e44c278c3577c723a3636d1changes/30/14630/1
parent
e49940e5f7
commit
461a288b49
Loading…
Reference in new issue