Comment 2 for bug 1721441

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

Reviewed: https://review.openstack.org/509688
Committed: https://git.openstack.org/cgit/openstack/networking-odl/commit/?id=4469bc3d829d97ad56d36f6cb41e3042bb3a3976
Submitter: Zuul
Branch: master

commit 4469bc3d829d97ad56d36f6cb41e3042bb3a3976
Author: Rajiv Kumar <email address hidden>
Date: Thu Oct 5 00:22:53 2017 -0400

    Correction in dependency calculation for port pair group

    port_pair_group resource depends on port_pairs. As per current
    implementation, it is assumed that list of port_pair(dict
    representing port_pair) is present in port_pair_group dict,
    under key "port_pairs". But list of port_pair "id" is received
    from database. It causes dependency calculations to fail.

    Change-Id: I5c0cf37152eaa88a99a67d206416315982dc1c23
    Closes-bug: #1721441