Configuration of openvpn interface fails in latest rolling release

Adding a tunnel interface (site-to-site) fails in the latest rolling release (VyOS 1.3-rolling-202005051136). I have checked an earlier release ( VyOS 1.3-rolling-202004270117), and in that release it still works.

I am adding the interface by these lines:

edit interfaces
set openvpn vtun0 description ‘test’
set openvpn vtun0 local-address ‘10.1.14.2’
set openvpn vtun0 local-port ‘1200’
set openvpn vtun0 mode ‘site-to-site’
set openvpn vtun0 remote-address ‘10.1.14.1’
set openvpn vtun0 remote-host ‘192.168.200.1’
set openvpn vtun0 remote-port ‘1200’
set openvpn vtun0 shared-secret-key-file ‘/config/auth/r1.key’
commit

At the commit an error is generated:
[ interfaces openvpn vtun0 ]
File “/usr/libexec/vyos/conf_mode/interfaces-openvpn.py”, line 635
return None
^
IndentationError: unindent does not match any outer indentation level

[[interfaces openvpn vtun0]] failed
Commit failed

Editing line 635 and adding a space character indenting the line one space to the right seems to cure this problem. I do however notice that the problem with openvpn restarting over and over mentioned in this thread OpenVPN doesn't accept it's local address seems to still exist (related to ⚓ T2339 OpenVPN: IPv4 no longer working after adding IPv6 support).

In the log I get the below and OpenVPN keeps restarting.

May 7 15:22:37 br-sbc-rt01 openvpn-vtun0[4795]: RESOLVE: Cannot resolve host address: 192.168.200.1:1200 (Address family for hostname not supported)

The indentation of this line seems to be ok in 1.3. rolling from 202005100117.