From c7895af3f5358f6d32fa71c87687898596f661bd Mon Sep 17 00:00:00 2001 From: Adit Sarfaty Date: Sun, 22 Apr 2018 10:17:29 +0300 Subject: [PATCH] Add server-ip-address to the suppoprted dhcp options server-ip-address is another neutron supported name for tftp-server-address. Change-Id: Id66c42d5f1ffe01e1cf4d60f256d3073ef0a3ba8 --- vmware_nsxlib/v3/resources.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vmware_nsxlib/v3/resources.py b/vmware_nsxlib/v3/resources.py index a289e053..001a3d00 100644 --- a/vmware_nsxlib/v3/resources.py +++ b/vmware_nsxlib/v3/resources.py @@ -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,