Merge "Ensure [designate] url is a valid URI"

This commit is contained in:
Zuul 2024-04-23 05:31:28 +00:00 committed by Gerrit Code Review
commit 135cfa3215
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ class ZonePrefixIPv6(types.Integer):
designate_opts = [
cfg.StrOpt('url',
cfg.URIOpt('url',
schemes=['http', 'https'],
help=_('URL for connecting to designate')),
cfg.BoolOpt('allow_reverse_dns_lookup', default=True,
help=_('Allow the creation of PTR records')),