Merge "[reno] Clarify fix for BFV & image_source"

This commit is contained in:
Jenkins 2017-09-06 10:28:14 +00:00 committed by Gerrit Code Review
commit 99d1c987ce
1 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
--- ---
fixes: fixes:
- | - |
Fixes an issue in boot from volume for ``iscsi`` deploy interface. Boot Fixes an issue in boot from volume for a node with the ``iscsi`` deploy
from a volume fails when it is requested for a node having ``iscsi`` interface. It would fail if no ``image_source`` was provided in the node's
deploy interface and no ``image_source`` is provided in node's ``instance_info`` field because it would try to validate the
``node.instance_info``. It fails while trying to perform validation of ``image_source`` which didn't exist. There is no need to specify the
``image_source``. See `bug 1714147 ``image_source`` and the validation is no longer being attempted. See
<https://bugs.launchpad.net/ironic/+bug/1714147>`_ for details. `bug 1714147 <https://bugs.launchpad.net/ironic/+bug/1714147>`_ for details.