New, updated, and deprecated options in Ocata for Identity service

New, updated, and deprecated options in Ocata for Identity service

New options
Option = default value (Type) Help string
[auth] mapped = None (StrOpt) Entry point for the mapped auth plugin module in the keystone.auth.mapped namespace. You do not need to set this unless you are overriding keystone’s own mapped authentication plugin.
[ldap] connection_timeout = -1 (IntOpt) The connection timeout to use with the LDAP server. A value of -1 means that connections will never timeout.
[security_compliance] change_password_upon_first_use = False (BoolOpt) Enabling this option requires users to change their password when the user is created, or upon administrative reset. Before accessing any services, affected users will have to change their password. To ignore this requirement for specific users, such as service users, set the options attribute ignore_change_password_upon_first_use to True for the desired user via the update user API. This feature is disabled by default. This feature is only applicable with the sql backend for the [identity] driver.
[token] allow_expired_window = 172800 (IntOpt) This controls the number of seconds that a token can be retrieved for beyond the built-in expiry time. This allows long running operations to succeed. Defaults to two days.
New default values
Option Previous default value New default value
[DEFAULT] max_token_size 8192 255
[DEFAULT] notification_format basic cadf
[DEFAULT] notification_opt_out [] ['identity.authenticate.success', 'identity.authenticate.pending', 'identity.authenticate.failed']
[assignment] driver None sql
[auth] methods external, password, token, oauth1 external, password, token, oauth1, mapped
[resource] driver None sql
[token] cache_on_issue False True
[token] provider uuid fernet
Deprecated options
Deprecated option New Option
[DEFAULT] rpc_thread_pool_size [DEFAULT] executor_thread_pool_size
[DEFAULT] use_syslog None
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.