summaryrefslogtreecommitdiff
path: root/releasenotes/notes/boot-from-url-98d21670e726c518.yaml
blob: c97c59575cbb3e62bf1a8f3e3b5a6d864536cb65 (plain)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Fixes a misunderstanding in how DHCPv6 booting of machines operates
    in that only a URL to the boot loader is expected in that case, as opposed
    to traditional TFTP parameters. Now a URL is sent to the client in the form
    of ``tftp://<tftp_address>/<tftp_path>/<boot_file>``. See
    `story 1744620 <https://storyboard.openstack.org/#!/story/1744620>`_
    for more information.