Merge "dhcp-agent: equalize port create_low/update/delete priority"

This commit is contained in:
Zuul 2020-02-17 12:54:10 +00:00 committed by Gerrit Code Review
commit 917593878d
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ PRIORITY_SUBNET_DELETE = 4
# other dhcp agents.
PRIORITY_PORT_CREATE_HIGH = 5
PRIORITY_PORT_CREATE_LOW = 6
PRIORITY_PORT_UPDATE = 7
PRIORITY_PORT_DELETE = 8
PRIORITY_PORT_UPDATE = 6
PRIORITY_PORT_DELETE = 6
METHOD_PRIORITY_MAP = {
'network_create_end': PRIORITY_NETWORK_CREATE,