Skip to content

Conversation

@numansiddique
Copy link

This pull request fixes the two bugs - https://bugs.launchpad.net/opencontrail/+bug/1311602

  1. When create_port is called and if 'device_id' is not a valid uuid value, there is an exception
  2. If 'fixed_ips' doesn't have 'ip_address' key, there is KeyError exception

Thanks
Numan

Fix the issues in create_port when device_id is not a valid uuid Fix the issue in create_port when fixed-ips do not have ip address.
Some times 'fixed_ips' is empty list when port_create is called. Check that fixed_ips is not empty before accessing it
ajayhn added a commit that referenced this pull request Apr 24, 2014
@ajayhn ajayhn merged commit 365fd1a into Juniper:contrail/havana Apr 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants