commit | e97698ca3b3339c2b367bdf824ae534cdb03d6f2 | [log] [tgz] |
---|---|---|
author | Tadas Sutkaitis <tadasas@gmail.com> | Tue Jun 18 21:43:28 2024 +0300 |
committer | GitHub <noreply@github.com> | Tue Jun 18 18:43:28 2024 +0000 |
tree | 90e3d3e0f229b0556df93251812bbd8b6cfcc4cc | |
parent | e1ad8c87eb0a140468cd88b16529454a5bfbd7d7 [diff] |
fix: neutron designate integration (#1389) 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