vmware-nsx/neutron
dekehn 6a6a4b1088 extra_dhcp_opt add checks for empty strings
When passing extra-dhcp-opt into the port-create where an empty string
is provided as opt_value='   ', the create and update routine will load the
empty string into the DB. The result when written to the opts file is:
"tag:ece4c8aa-15c9-4f6b-8c42-7d4e285734bf,option:server-ip-address", which
when read by dnsmasq has been tested to cause dnsmasq to segment fault.

Change-Id: I31de4a3d27092bb219d20221c5ef5a6b22e050dc
Closes-Bug: #1257467
2013-12-13 08:40:28 -07:00
..
agent Add X-Tenant-ID to metadata request 2013-12-11 14:45:50 +00:00
api extra_dhcp_opt add checks for empty strings 2013-12-13 08:40:28 -07:00
cmd remove binaries under bin 2013-08-16 10:10:30 +08:00
common Merge "Fix str2dict and dict2str's incorrect behavior" 2013-12-10 12:06:06 +00:00
db Merge "Fix a race condition in agents status update code" 2013-12-11 20:09:38 +00:00
debug Fix incorrect indentations found by Pep 1.4.6+ 2013-10-19 10:50:16 +02:00
extensions extra_dhcp_opt add checks for empty strings 2013-12-13 08:40:28 -07:00
locale Imported Translations from Transifex 2013-12-10 06:33:52 +00:00
openstack Sync rpc fix from oslo-incubator 2013-12-06 15:35:51 +01:00
plugins move rpc_setup to the last step of __init__ 2013-12-11 14:52:14 +08:00
scheduler Add LeastRouters Scheduler to Neutron L3 Agent 2013-12-09 13:25:59 +01:00
server Disable lazy translation 2013-10-01 23:16:23 +00:00
services LBaaS: unify haproxy-on-host plugin driver and agent 2013-12-10 12:08:03 +04:00
tests extra_dhcp_opt add checks for empty strings 2013-12-13 08:40:28 -07:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
auth.py Add request-id to log messages 2013-11-21 17:01:33 +09:00
context.py Stop logging unnecessary warning on context create 2013-11-28 09:17:18 +00:00
hooks.py Fixes Windows setup dependency bug 2013-08-15 22:58:14 +03:00
manager.py Add agent scheduling for LBaaS namespace agent 2013-07-19 13:25:04 +04:00
neutron_plugin_base_v2.py Apply six for metaclass 2013-11-18 17:58:58 +09:00
policy.py Add log statements for policy check failures 2013-11-14 19:21:15 -08:00
quota.py Fallback to Quota Conf Driver if Quotas table is not defined 2013-10-09 22:28:03 +09:00
service.py Merge "Creates multiple worker processes for API server" 2013-10-31 01:39:19 +00:00
version.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
wsgi.py Merge "Creates multiple worker processes for API server" 2013-10-31 01:39:19 +00:00