Merge "Update default configuration values related to Keystone"

This commit is contained in:
Zuul 2018-06-01 02:59:45 +00:00 committed by Gerrit Code Review
commit e8c3a3d336
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ os_opts = [
help='IP or hostname of machine on which OpenStack '
'Identity service is located'),
cfg.StrOpt('os_auth_port',
default='35357',
default='5000',
help='Port of OpenStack Identity service.'),
cfg.StrOpt('os_auth_prefix',
default='',
@ -56,7 +56,7 @@ os_opts = [
default='admin',
help='Name of project where the user is admin.'),
cfg.StrOpt('os_auth_version',
default='v2.0',
default='v3',
help='Blazar uses API v3 to allow trusts using.'),
cfg.StrOpt('os_admin_user_domain_name',
default='Default',