Fix typo and add note about internal reverse dns gap

Related-Bug: #1857026
Closes-Bug: #1915877
Change-Id: If567c03ac20b022c9e4dffa5bf3291a0800570ae
This commit is contained in:
Frode Nordahl 2021-02-17 17:41:09 +01:00
parent e1eccef493
commit 77114da5f8
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
1 changed files with 10 additions and 1 deletions

View File

@ -408,11 +408,17 @@ Internal DNS resolution
OVN supports Neutron internal DNS resolution. To configure this:
.. caution::
At the time of this writing the internal DNS support does not include
reverse lookup (PTR-records) of instance IP addresses, only forward lookup
(A and AAAA-records) of instance names. This is tracked in `LP #1857026`_.
.. code::
juju config neutron-api enable-ml2-dns=true
juju config neutron-api dns-domain=openstack.example.
juju config neutron-api-plugin-api dns-servers="1.1.1.1 8.8.8.8"
juju config neutron-api-plugin-ovn dns-servers="1.1.1.1 8.8.8.8"
.. note::
@ -1026,3 +1032,6 @@ Perform migration
.. _Clustered Database Service Model: http://docs.openvswitch.org/en/latest/ref/ovsdb.7/#clustered-database-service-model
.. _DPDK shared memory calculations: https://docs.openvswitch.org/en/latest/topics/dpdk/memory/#shared-memory-calculations
.. _Usage: app-ovn#usage
.. BUGS
.. _LP #1857026: https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/1857026