Merge "Fix the default port value"

This commit is contained in:
Jenkins 2017-08-25 15:12:40 +00:00 committed by Gerrit Code Review
commit f075148527
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ disco_opts = [
help='The IP of DMS client socket server',
deprecated_group='DEFAULT'),
cfg.PortOpt('disco_client_port',
default='9898',
default=9898,
help='The port to connect DMS client socket server',
deprecated_group='DEFAULT'),
cfg.StrOpt('disco_wsdl_path',
@ -62,7 +62,7 @@ disco_opts = [
'"rest".', choices=['soap', 'rest'],
deprecated_name='choice_client', deprecated_group='DEFAULT'),
cfg.PortOpt('disco_src_api_port',
default='8080',
default=8080,
help='The port of DISCO source API',
deprecated_group='DEFAULT'),
cfg.StrOpt('disco_volume_name_prefix',