Add mac address for PORT_UPDATE_FIELDS

Synchronize openstack and powervc-driver port mac_address

Change-Id: If961b8995cf32a9607ff45695268c0bf471b6671
This commit is contained in:
Zuo ZongMing 2017-12-15 15:05:55 +08:00
parent 50d1123691
commit f9694e7180
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'