Actions
Bug #27516
closedoperatingsystem should create release-name without spaces
Difficulty:
trivial
Triaged:
Yes
Pull request:
Description
When registering an Ubuntu host, the rhsm_fact_parser.rb will use the full codename of the release e.g. 'bionic beaver'.
Since in most cases only the first part of the code-name is used (here 'bionic') and it is also documented this way on the operatingsystem page, katello should only use the first part of this string when looking for the operatingsystem or creating it.
Actions