|
|
|
@ -146,10 +146,10 @@ SERVICE_OPTS = [
|
|
|
|
|
default='0.0.0.0',
|
|
|
|
|
help='IP to listen on.',
|
|
|
|
|
deprecated_group='discoverd'),
|
|
|
|
|
cfg.IntOpt('listen_port',
|
|
|
|
|
default=5050,
|
|
|
|
|
help='Port to listen on.',
|
|
|
|
|
deprecated_group='discoverd'),
|
|
|
|
|
cfg.PortOpt('listen_port',
|
|
|
|
|
default=5050,
|
|
|
|
|
help='Port to listen on.',
|
|
|
|
|
deprecated_group='discoverd'),
|
|
|
|
|
cfg.StrOpt('auth_strategy',
|
|
|
|
|
default='keystone',
|
|
|
|
|
choices=('keystone', 'noauth'),
|
|
|
|
|