As already discussed 'in real life' there are some variables with misleading names.
The variable ca_host inside the API feature for example is incorrect from an Icinga 2 technical point of view, as the "parent host" must be specified here in a distributed system with satellites. Naming to parent_host or similar would be more suitable.
Other examples are ca_host_port and icinga2_delegate_to.
As @mkayontour said, we need to make sure to have a transition phase for that. We could deprecate them and remove them in future versions.
As already discussed 'in real life' there are some variables with misleading names.
The variable
ca_hostinside the API feature for example is incorrect from an Icinga 2 technical point of view, as the "parent host" must be specified here in a distributed system with satellites. Naming toparent_hostor similar would be more suitable.Other examples are
ca_host_portandicinga2_delegate_to.As @mkayontour said, we need to make sure to have a transition phase for that. We could deprecate them and remove them in future versions.