From 2628b16c90ab86555f762af351de4f1bc0385199 Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Mon, 9 Sep 2024 16:47:09 +0100 Subject: [PATCH] Add neutron DNS domain change to upgrade docs --- doc/source/operations/upgrading-openstack.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/source/operations/upgrading-openstack.rst b/doc/source/operations/upgrading-openstack.rst index 7b653fa78..c4e1bb6f0 100644 --- a/doc/source/operations/upgrading-openstack.rst +++ b/doc/source/operations/upgrading-openstack.rst @@ -100,6 +100,19 @@ have been renamed to ``_9998-kolla-settings.py`` and configuration must change the names of those files in ``etc/kolla/config/horizon`` as well. +Neutron DNS Domain +------------------ +When Designate is enabled and the default Neutron DNS integration has not been +disabled, ``neutron_dns_domain`` must be configured manually in +``kolla/globals.yml``. + +The ``neutron_dns_domain`` must end with a period ``.`` e.g. ``example.com.``. +The domain set should be something that is not use anywhere else such as +``internal.compute.example.com.`` + +The Neuron DNS integration can be disabled by setting +``neutron_dns_integration: false`` in ``kolla/globals.yml`` + Known issues ============