Skip to content

Commit

Permalink
Merge pull request #255 from dosaboy/fix-ml2-ovs-ext-net
Browse files Browse the repository at this point in the history
Neutron-gateway needs to use UNDERCLOUD_EXT_NET
  • Loading branch information
dosaboy authored Oct 1, 2024
2 parents eb94761 + 389c749 commit f9f327a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/bin/post-deploy-config
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if __name__ == '__main__':
raise ValueError('Unable to find network {}'.format(net_id))
else:
# Preserve existing default behavior (eg. manual testing)
net_name = os.environ.get('UNDERCLOUD_OAM_NET')
net_name = os.environ.get('UNDERCLOUD_EXT_NET')
if not net_name:
net_name = os.environ['OS_USERNAME'] + '_admin_net'

Expand Down

0 comments on commit f9f327a

Please sign in to comment.