Merge "Use "regex" of StrOpt to check option "port_range""

This commit is contained in:
Jenkins 2016-01-28 17:47:29 +00:00 committed by Gerrit Code Review
commit 307b749774
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Interdependencies to other options:
port_range_opt = cfg.StrOpt('port_range',
default=DEFAULT_PORT_RANGE,
# TODO(markus_z): regex="\d+:\d+", As soon as we have oslo.config 2.7
regex="\d+:\d+",
help="""
A range of TCP ports a guest can use for its backend.