File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,19 @@ have been renamed to ``_9998-kolla-settings.py`` and
100
100
configuration must change the names of those files in
101
101
``etc/kolla/config/horizon `` as well.
102
102
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
+
103
116
Known issues
104
117
============
105
118
You can’t perform that action at this time.
0 commit comments