
Function for port validation doesn't validate "0" as a proper port number, althought IANA RFC 6335 [1] describes as valid 0-65535. Add missing "0" to function. [1] https://tools.ietf.org/html/rfc6335#section-8.1.2 Change-Id: I088add52cf454e5df503ecb5d6551724fb5ddaf4 Closes-Bug: #1590485
oslo.utils
The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.utils
- Source: http://git.openstack.org/cgit/openstack/oslo.utils
- Bugs: http://bugs.launchpad.net/oslo.utils
Description
Languages
Python
100%