Low: libcrmcommon: any negative interval is an error
We don't allow negative durations in configuration options.
pcmk_parse_interval_spec() previously checked only for -1, which
crm_get_msec() sets on error, but the user could have explicitly (and
wrongly) set a negative number.