"Hostname Opt type does not ensure presence of at least 1 character in hostname
Bug #1615028 reported by
Dharini Chandrasekar
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| oslo.config |
Fix Released
|
Undecided
|
Dharini Chandrasekar | ||
Bug Description
The HostnameOpt type in oslo.config, takes in a value to validate if it is a valid hostname.
However, it validates a "10.0" as a valid hostname. It fails to check if there is at least one chatacter in each segment of the hostname.
File: https:/
The unit tests for this class fail to check this case.
https:/
| Changed in oslo.config: | |
| assignee: | nobody → Dharini Chandrasekar (dharini-chandrasekar) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/358045
Review: https:/