Comment 2 for bug 1517497

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

Reviewed: https://review.openstack.org/250395
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=f44c7efb877fa6c86acf61c156c2ce41e8199549
Submitter: Jenkins
Branch: master

commit f44c7efb877fa6c86acf61c156c2ce41e8199549
Author: Stanislav Makar <email address hidden>
Date: Thu Nov 26 14:02:12 2015 +0000

    VIP iptables rules are not hardcoded

    The function generate_vips:
    *receives input parameters: network_metadata, network_scheme and role
    *searches vendor_specific and iptables_rules in network_metadata and
    processes them
    *recognizes and substitutes authomatically such words: <%INT%>, <%IP%>
    and <%CIDR%> in iptables rules

    DocImpact:
    Change-Id: Ic3fde513ea8b1ccf94305d9d25615471f563779e
    Closes-bug: #1517497