Comment 15 for bug 1703605

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

Reviewed: https://review.openstack.org/487641
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=1ac09ea1b1b172934d7b8c8395f2d6669ae0dcf3
Submitter: Jenkins
Branch: stable/ocata

commit 1ac09ea1b1b172934d7b8c8395f2d6669ae0dcf3
Author: rabi <email address hidden>
Date: Fri Jul 14 10:36:03 2017 +0530

    Add CACHE_NONE for FloatingIP attributes

    'port_id' and 'fixed_ip_address' attributes for FloatingIP would change
    when FloatingIPAssociation is created/updated. Therefore we should not
    cache/store them in db.

    Change-Id: I8cd580c15289a674888f194e8244041ed64bb172
    Ralated-Bug: #1703605
    (cherry picked from commit b0b2161ca98d6d177de12cc46a6be24c5b3b39d6)