Remove reference to the removed parameter

The records_use_fips parameter was removed when v1 API support was
removed[1]. This change removes remaining reference to the parameter
in README.

[1] fe68f0f1bc

Change-Id: Ica3cf7eba8a1e4ef87a832191b88fafd0afe02d4
This commit is contained in:
Takashi Kajinami
2022-01-05 21:28:20 +09:00
parent cddfd050e7
commit 11dc2e5cc0

View File

@@ -55,12 +55,6 @@ Howto
'dns': 'designate_policy.json',
5. (Optional) Within your horizon settings file(s) (either the local settings or the other settings.py), add
the line below. This will make it so the record create/update screen uses a drop down of your floating ip
addresses instead of a free form text field::
DESIGNATE = { 'records_use_fips': True }
Test
----