Merge "Remove reference to the removed parameter"

This commit is contained in:
Zuul 2022-05-11 21:58:20 +00:00 committed by Gerrit Code Review
commit 0b8e1dbcca
1 changed files with 0 additions and 6 deletions

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
----