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

View File

@ -48,7 +48,7 @@ Interdependencies to other options:
port_range_opt = cfg.StrOpt('port_range', port_range_opt = cfg.StrOpt('port_range',
default=DEFAULT_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=""" help="""
A range of TCP ports a guest can use for its backend. A range of TCP ports a guest can use for its backend.