NSX-V: Add server-ip-address to the supported dhcp options

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

Change-Id: I9b2850c8f162dd5d15ae7c13c430729d10b8f40b
This commit is contained in:
Adit Sarfaty 2018-04-22 10:31:17 +03:00 committed by Kobi Samoray
parent 71f92348c1
commit efc8427607

View File

@ -78,6 +78,7 @@ SUPPORTED_DHCP_OPTIONS = {
'classless-static-route': 'option121',
'tftp-server-address': 'option150',
'tftp-server': 'option150',
'server-ip-address': 'option150',
}