Add server-ip-address to the suppoprted dhcp options

server-ip-address is another neutron supported name for
tftp-server-address.

Change-Id: Id66c42d5f1ffe01e1cf4d60f256d3073ef0a3ba8
This commit is contained in:
Adit Sarfaty 2018-04-22 10:17:29 +03:00
parent e483b2d70f
commit c7895af3f5
1 changed files with 1 additions and 0 deletions

View File

@ -405,6 +405,7 @@ class LogicalDhcpServer(utils.NsxLibApiBase):
'domain-search': 119,
'classless-static-route': 121,
'tftp-server-address': 150,
'server-ip-address': 150,
'etherboot': 175,
'config-file': 209,
'path-prefix': 210,