Comment 11 for bug 1703605

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

Reviewed: https://review.openstack.org/483812
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=b0b2161ca98d6d177de12cc46a6be24c5b3b39d6
Submitter: Jenkins
Branch: master

commit b0b2161ca98d6d177de12cc46a6be24c5b3b39d6
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