X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=controller.yaml;h=5156be59bda74d1f69c75d1b8c3c101bfb491682;hb=9a8e384a145b48ef9d7f58da13bc828bbc79941d;hp=7ee837f5fe3659cfd32d8350ee63477dd9d78ab0;hpb=5a6e934b4b8d6fab7b899c368fb82321e1a0cbe3;p=apex-tripleo-heat-templates.git diff --git a/controller.yaml b/controller.yaml index 7ee837f5..5156be59 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 @@ -505,6 +515,9 @@ parameters: MysqlVirtualIP: type: string default: '' + KeystoneAdminApiVirtualIP: + type: string + default: '' KeystonePublicApiVirtualIP: type: string default: ''