commit | 434f02e17e006713542a63f7df5ad68af565e339 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Jun 18 18:54:35 2024 -0400 |
committer | GitHub <noreply@github.com> | Tue Jun 18 22:54:35 2024 +0000 |
tree | f123fa1e31bca3c7394300e8905e81114fa5d96a | |
parent | a026e1a85c8a7d2bca7f8ed154da749072e89f3b [diff] |
[stable/zed] fix: neutron designate integration (#1401) Set _neutron_external_dns_driver before __neutron_helm_values and __neutron_ovn_helm_values. In other case it is always omitted. Even if we set external_dns_driver to designate: https://opendev.org/openstack/openstack-helm/src/branch/master/neutron/templates/configmap-etc.yaml#L222 There is a bug/typo upstream which sets Keystone URI to Designate endpoint: https://opendev.org/openstack/openstack-helm/src/branch/master/neutron/templates/configmap-etc.yaml#L239 Adding auth_url and url accordingly until this will be fixed.
If you have any questions and discussions about Atmosphere, you can join the community:
#atmosphere
channel on the Kubernetes Slack. If you are new to Kubernetes Slack workspace, Join the Kubernetes Slack workspace first.You'll need to make sure that you have pre-commit
setup and installed in your environment by running these commands:
pre-commit install --hook-type commit-msg