Add release note for fix to port 0 being valid

This adds a release note about the fix for 0 (zero) being a
valid port number.

This is a follow up to d3da9dec0e

Change-Id: Iaee651f76f61174e34815acc78cda42695716038
Closes-Bug: #1729628
This commit is contained in:
Ruby Loo 2017-11-02 11:31:35 -04:00
parent 74d97be3ce
commit 322c1719d0
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
fixes:
- Fixes the issue of port number 0 (zero) being considered invalid (`bug 1729628
<https://bugs.launchpad.net/ironic/+bug/1729628>`_). Zero is a valid port
number and is now recognized as such.