Merge "Add oslo_config IPOpt support"
This commit is contained in:
commit
6311d90b49
@ -31,8 +31,8 @@ from zaqar.transport.websocket import factory
|
||||
|
||||
|
||||
_WS_OPTIONS = (
|
||||
cfg.StrOpt('bind', default='127.0.0.1',
|
||||
help='Address on which the self-hosting server will listen.'),
|
||||
cfg.IPOpt('bind', default='127.0.0.1',
|
||||
help='Address on which the self-hosting server will listen.'),
|
||||
|
||||
cfg.PortOpt('port', default=9000,
|
||||
help='Port on which the self-hosting server will listen.'),
|
||||
|
@ -33,8 +33,8 @@ from zaqar.transport.wsgi import v2_0
|
||||
from zaqar.transport.wsgi import version
|
||||
|
||||
_WSGI_OPTIONS = (
|
||||
cfg.StrOpt('bind', default='127.0.0.1',
|
||||
help='Address on which the self-hosting server will listen.'),
|
||||
cfg.IPOpt('bind', default='127.0.0.1',
|
||||
help='Address on which the self-hosting server will listen.'),
|
||||
|
||||
cfg.PortOpt('port', default=8888,
|
||||
help='Port on which the self-hosting server will listen.'),
|
||||
|
Loading…
Reference in New Issue
Block a user