Skip to content

Commit 61ff4a1

Browse files
busterswtumago
authored andcommitted
Apply Ironic's server-ip-address as TFTP next-server
This patch uses existing DHCP option 255 (server-ip-address) provided by Ironic and applies it as next-server for the purpose of provisioning a baremetal server with OVN DHCP. Related-Bug: #2007167 Change-Id: I59038639a8411c11c5fb8b366d9c858ef3db4f70 (cherry picked from commit dbfc18d)
1 parent 43f8e59 commit 61ff4a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

neutron/common/ovn/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@
166166
'119': 'domain_search_list',
167167
'252': 'wpad',
168168
'210': 'path_prefix',
169-
'150': 'tftp_server_address'},
169+
'150': 'tftp_server_address',
170+
'255': 'next_server'},
170171
6: {'server-id': 'server_id',
171172
'dns-server': 'dns_server',
172173
'domain-search': 'domain_search',

0 commit comments

Comments
 (0)