Actions
Bug #20119
closedBe more descriptive when validating hostname
Difficulty:
Triaged:
Bugzilla link:
Description
Currently, we validate hostname with a regular expression. If the regular expression
doesn't match, the host name is considred as invalid, printing an info that
name is invalid. In some environments, it's not that uncommon to include
the '_' in the host name, and it's hard to user to figure out what exactly is wrong with
the name.
The new behaviour should be to explicitly mention that the host can't include
`_`, before using the regular expression.
Updated by Ivan Necas over 7 years ago
- Subject changed from Be more descriptive when validating hostname to Be more descriptive when validating hostname
- Target version set to 1.14.2
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4651 added
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 060d2004d78676998fc55ba03eab7f0ffcde2859.
Updated by Marek Hulán over 7 years ago
- Translation missing: en.field_release set to 240
Updated by The Foreman Bot over 7 years ago
- Pull request https://github.com/theforeman/foreman/pull/4663 added
Actions