Skip to content

Commit

Permalink
Merge pull request openstack-charmers#79 from openstack-charmers/disa…
Browse files Browse the repository at this point in the history
…ble_addport_for_dvr

disable add_dataport_to_netplan for dvr deployments
  • Loading branch information
fnordahl committed Oct 2, 2019
2 parents e788c86 + d96bdd1 commit 9d391cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zaza/openstack/utilities/openstack.py
Expand Up @@ -575,6 +575,9 @@ def configure_gateway_ext_port(novaclient, neutronclient,
"""
if dvr_mode:
uuids = get_ovs_uuids()
# If dvr, do not attempt to persist nic in netplan
# https://github.com/openstack-charmers/zaza-openstack-tests/issues/78
add_dataport_to_netplan = False
else:
uuids = get_gateway_uuids()

Expand Down

0 comments on commit 9d391cd

Please sign in to comment.