Merge "Use IPOpt and PortOpt"
This commit is contained in:
commit
670459e236
@ -45,10 +45,10 @@ auth_opts = [
|
||||
]
|
||||
|
||||
api_opts = [
|
||||
cfg.StrOpt('host_ip',
|
||||
cfg.IPOpt('host_ip',
|
||||
default="0.0.0.0",
|
||||
help='Host serving the API.'),
|
||||
cfg.IntOpt('port',
|
||||
cfg.PortOpt('port',
|
||||
default=8888,
|
||||
help='Host port serving the API.'),
|
||||
cfg.BoolOpt('pecan_debug',
|
||||
|
Loading…
Reference in New Issue
Block a user