Merge "Set device_id to neutron port"

This commit is contained in:
Jenkins 2017-02-09 09:01:26 +00:00 committed by Gerrit Code Review
commit 36bf1d5501

View File

@ -70,6 +70,7 @@ class API(object):
'port': {
'network_id': network_uuid,
'mac_address': mac,
'device_id': instance_uuid,
}
}