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.
Reviewed: https:/ /review. openstack. org/480765 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=b7cb3b7523b 70dd94135f07b63 07fa48563119f8
Committed: https:/
Submitter: Jenkins
Branch: master
commit b7cb3b7523b70dd 94135f07b6307fa 48563119f8
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: I43df9200aba101 8d2c7cd2f118864 326af15fd42
Closes-Bug: #1687187