Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for device_id exception raised when creating Neutron network port in HPB #931

Merged
merged 1 commit into from
Jun 5, 2018

Commits on Jun 5, 2018

  1. device_id exception raised when creating Neutron network port (v10.3,…

    … HPB)
    
    Issues:
    Fixes F5Networks#930
    
    Problem: create_port_on_network() fails to set a device_id in
    port data unless one is passed into the function. Because the
    agent calls this method without a device_id it will always
    fail.
    
    Analysis: Code was recently changed so that the passed in device_id
    is always used, but failed to account for situations when device_id
    is not given. Added additional code to set device_id to a uuid ID
    when no device_id is given.
    
    Tests:
    jlongstaf committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    79fe8f5 View commit details
    Browse the repository at this point in the history