aboutsummaryrefslogtreecommitdiffstats
path: root/controller.yaml
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2015-08-11 00:06:17 +0200
committerGiulio Fidente <gfidente@redhat.com>2015-08-18 17:55:03 +0200
commit55a1a0f38817b0bece8e2aabd6f6ae104f710c44 (patch)
tree2f452eda7642bb0e01397d230354b8447e108107 /controller.yaml
parent91af5ac557564648378dab150e4537da166fd286 (diff)
Enable Keystone notifications
This change enables Keystone notifications and adds two parameters to control the notification driver and format. Change-Id: I23ac3c46ee9eb49523d3b8dab027ef21fc6e42df
Diffstat (limited to 'controller.yaml')
-rw-r--r--controller.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/controller.yaml b/controller.yaml
index 7ee837f5..8b57fa0f 100644
--- a/controller.yaml
+++ b/controller.yaml
@@ -255,6 +255,16 @@ parameters:
description: Keystone key for signing tokens.
type: string
hidden: true
+ KeystoneNotificationDriver:
+ description: Comma-separated list of Oslo notification drivers used by Keystone
+ default: ['messaging']
+ type: comma_delimited_list
+ KeystoneNotificationFormat:
+ description: The Keystone notification format
+ default: 'basic'
+ type: string
+ constraints:
+ - allowed_values: [ 'basic', 'cadf' ]
MysqlClusterUniquePart:
description: A unique identifier of the MySQL cluster the controller is in.
type: string