Merge "Add mac address for PORT_UPDATE_FIELDS"

This commit is contained in:
Zuul 2018-01-04 07:04:20 +00:00 committed by Gerrit Code Review
commit 782def6a98
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ SUBNET_UPDATE_FIELDS = ['name',
PORT_CREATE_FIELDS = ['name',
'mac_address',
'device_owner']
PORT_UPDATE_FIELDS = ['name']
PORT_UPDATE_FIELDS = ['name',
'mac_address']
# amqp message handling
AMQP_EXCHANGE = 'neutron'