Merge "Keystone: it enables keystone notificaitons"
This commit is contained in:
commit
02091da7ec
@ -342,6 +342,8 @@ conf:
|
|||||||
DEFAULT:
|
DEFAULT:
|
||||||
log_config_append: /etc/keystone/logging.conf
|
log_config_append: /etc/keystone/logging.conf
|
||||||
max_token_size: 255
|
max_token_size: 255
|
||||||
|
#NOTE(rk760n): if you need auth notifications to be sent, uncomment it
|
||||||
|
#notification_opt_out: ""
|
||||||
token:
|
token:
|
||||||
provider: fernet
|
provider: fernet
|
||||||
# 12 hours
|
# 12 hours
|
||||||
@ -358,6 +360,8 @@ conf:
|
|||||||
cache:
|
cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
backend: dogpile.cache.memcached
|
backend: dogpile.cache.memcached
|
||||||
|
oslo_messaging_notifications:
|
||||||
|
driver: messagingv2
|
||||||
# NOTE(lamt) We can leverage multiple domains with different
|
# NOTE(lamt) We can leverage multiple domains with different
|
||||||
# configurations as outlined in
|
# configurations as outlined in
|
||||||
# https://docs.openstack.org/keystone/pike/admin/identity-domain-specific-config.html.
|
# https://docs.openstack.org/keystone/pike/admin/identity-domain-specific-config.html.
|
||||||
|
Loading…
Reference in New Issue
Block a user