summaryrefslogtreecommitdiff
path: root/neutron/common/_constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'neutron/common/_constants.py')
-rw-r--r--neutron/common/_constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/neutron/common/_constants.py b/neutron/common/_constants.py
index bb1da44e26..e88cc5bc98 100644
--- a/neutron/common/_constants.py
+++ b/neutron/common/_constants.py
@@ -78,3 +78,6 @@ IDPOOL_SELECT_SIZE = 100
AUTO_DELETE_PORT_OWNERS = [constants.DEVICE_OWNER_DHCP,
constants.DEVICE_OWNER_DISTRIBUTED,
constants.DEVICE_OWNER_AGENT_GW]
+
+# The lowest binding index for L3 agents and DHCP agents.
+LOWEST_AGENT_BINDING_INDEX = 1