Skip to content

Commit 2628b16

Browse files
committed
Add neutron DNS domain change to upgrade docs
1 parent 72091e9 commit 2628b16

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/source/operations/upgrading-openstack.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,19 @@ have been renamed to ``_9998-kolla-settings.py`` and
100100
configuration must change the names of those files in
101101
``etc/kolla/config/horizon`` as well.
102102

103+
Neutron DNS Domain
104+
------------------
105+
When Designate is enabled and the default Neutron DNS integration has not been
106+
disabled, ``neutron_dns_domain`` must be configured manually in
107+
``kolla/globals.yml``.
108+
109+
The ``neutron_dns_domain`` must end with a period ``.`` e.g. ``example.com.``.
110+
The domain set should be something that is not use anywhere else such as
111+
``internal.compute.example.com.``
112+
113+
The Neuron DNS integration can be disabled by setting
114+
``neutron_dns_integration: false`` in ``kolla/globals.yml``
115+
103116
Known issues
104117
============
105118

0 commit comments

Comments
 (0)