Remote: only submit X.Y for os_version
Copying comment for future documentation:
The opsys.OS class passes the operating system's version according to
the actual host; in some cases e.g. CentOS is reporting things like
'7.1.1503'. In these cases, let's make
Remote.inventory_info['os_version'] only use the '7.1' - since we don't
care about the rest. This will allow us to continue scheduling against
CentOS smoothly.
Reviewed-by: Dan Mick <dmick@redhat.com>