Comment 5 for bug 1687187

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

Reviewed: https://review.openstack.org/480765
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b7cb3b7523b70dd94135f07b6307fa48563119f8
Submitter: Jenkins
Branch: master

commit b7cb3b7523b70dd94135f07b6307fa48563119f8
Author: Michael Still <email address hidden>
Date: Tue Jul 4 18:19:44 2017 +1000

    Only setup iptables for metadata if using nova-net

    As discussed in the bug report, we setup iptables rules for the metadata
    service even if we're using neutron (which routes to metadata in a
    different way). This is because of the split-brain behaviour of the
    network driver interface versus the network API interface.

    Instead, only setup iptables if we are _not_ using neutron.

    Change-Id: I43df9200aba1018d2c7cd2f118864326af15fd42
    Closes-Bug: #1687187