Skip to content

Commit

Permalink
Neutron-gateway needs to use UNDERCLOUD_EXT_NET
Browse files Browse the repository at this point in the history
  • Loading branch information
dosaboy committed Oct 1, 2024
1 parent eb94761 commit 389c749
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 389c749

Please sign in to comment.