Comment 4 for bug 1532982

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kuryr (master)

Reviewed: https://review.openstack.org/266083
Committed: https://git.openstack.org/cgit/openstack/kuryr/commit/?id=5d106ebab9e03a871f531dace963c13db9e9a2de
Submitter: Jenkins
Branch: master

commit 5d106ebab9e03a871f531dace963c13db9e9a2de
Author: Vikas Choudhary <email address hidden>
Date: Tue Jan 12 05:38:13 2016 +0530

    Fix /NetworkDriver.CreateEndpoint, port updation API not working

    Pass input arguments to neutron port listing API and port updation
    APIs, which are used in /NetworkDriver.CreateEndpoint, in correct
    format. list_ports API expects 'fixed-ips' filter in the following
    format:
            ['subnet_id=<value>', 'ip_address=<value>']
    Similarly, pass input arguments to update_port API in the expected
    format.

    Change-Id: I28885ca2d8f552f9b25cb4c26ac70cfc1b110e9f
    Closes-Bug: #1533001
    Closes-Bug: #1532982