Merge "Set device_id to neutron port"
This commit is contained in:
commit
36bf1d5501
@ -70,6 +70,7 @@ class API(object):
|
|||||||
'port': {
|
'port': {
|
||||||
'network_id': network_uuid,
|
'network_id': network_uuid,
|
||||||
'mac_address': mac,
|
'mac_address': mac,
|
||||||
|
'device_id': instance_uuid,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user