From 1fa45762326093cdbae969ae25bffd77799eb696 Mon Sep 17 00:00:00 2001 From: Aliaksandr Vasiuk Date: Tue, 20 Sep 2022 14:53:20 +0200 Subject: [PATCH] Update key for reverse DNS lookup in README The configuration key is renamed some time ago https://charmhub.io/neutron-api/configure?channel=edge#reverse-dns-lookup Updating README.md to have it consistent. Change-Id: I0c2bce037144d441b61c0d5549611dc3dd7e4b3e --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bddf2366..dcb2a02e 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,9 @@ IPs are created the charm needs a relation with designate charm: juju add-relation neutron-api designate In order to enable the creation of reverse lookup (PTR) records, enable -"allow-reverse-dns-lookup" charm option: +"reverse-dns-lookup" charm option: - juju config neutron-api allow-reverse-dns-lookup=True + juju config neutron-api reverse-dns-lookup=True and configure the following charm options: