Comment 4 for bug 1399713

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (stable/juno)

Reviewed: https://review.openstack.org/160808
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=1339ac20500111b3c1fa045785a0d511d5fa42df
Submitter: Jenkins
Branch: stable/juno

commit 1339ac20500111b3c1fa045785a0d511d5fa42df
Author: Sergey Kraynev <email address hidden>
Date: Tue Dec 9 03:00:48 2014 -0500

    Use only FIP dependencies from graph

    This patch contains follow important changes:
     - Fix wrong parameter passsed in graph method.
     - Now we use only FIP dependencies from graph.
     - Tests were fixed according to correct logic. Previously we try to add
       router interface to FIP dependecies, when FIPAssociation was defined
       in template. It was incorrect, because in this case such dependecy
       should be added to FIPAssociation insteaf of FIP resource.

    Change-Id: I0ee15b80627783fc2a4c037060629e3c2f364b82
    Closes-Bug: #1399713
    (cherry picked from commit 64a301c5b2555aa04fb78925ef91321bdfa2e174)