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

This commit is contained in:
Zuul 2020-02-19 01:43:38 +00:00 committed by Gerrit Code Review
commit 5384f27c1e
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,