]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Enable the user to enforce validity of the gateway IP
authorGary Kotton <gkotton@redhat.com>
Sun, 6 Jan 2013 06:49:57 +0000 (06:49 +0000)
committerGary Kotton <gkotton@redhat.com>
Mon, 7 Jan 2013 07:01:16 +0000 (07:01 +0000)
commitc3706fa2909bee2060dbbcc5045d64691fe6fdef
tree3e41233f8ec48e9b73abfae7a1f4bc3fc4979cb7
parentc2447acb060fb483c1b2dec8d26395cd13b5d678
Enable the user to enforce validity of the gateway IP

Fixes bug 1096532

A new configuration variable is added to enable the user to indicate
if the gateway should be validated on the subnet. For backward
compatibility this is set as False by default.

Change-Id: Ieadd60a945d34703bfee7576aa3b2ff7da3143d4
etc/quantum.conf
quantum/common/config.py
quantum/db/db_base_plugin_v2.py
quantum/tests/unit/test_db_plugin.py