Fix: cts: Use --node instead of --host as crm_resource argument.
--host is deprecated. On top of that, it only works because getopt_long
will allow you to use shorter long options as long as they are unique.
glib doesn't appear to allow that so it wouldn't even work.