Remove artificial constrains around notification drivers

According to
https://docs.openstack.org/newton/config-reference/config-format.html we
can have a list of notification drivers like:
driver = messaging
driver = log

Let's not impose extra limitation in THT as folks might want special
notifications setups.

Change-Id: I873574944af237e1ff998f0e9b9b261c53c46f54
Closes-Bug: #1795026
This commit is contained in:
Michele Baldessari 2018-09-28 18:12:12 +02:00
parent cba53ea1b5
commit f5ba55bd84
16 changed files with 0 additions and 32 deletions

View File

@ -56,8 +56,6 @@ parameters:
type: string type: string
default: 'messagingv2' default: 'messagingv2'
description: Driver or drivers to handle sending notifications. description: Driver or drivers to handle sending notifications.
constraints:
- allowed_values: [ 'messagingv2', 'noop' ]
RpcPort: RpcPort:
default: 5672 default: 5672
description: The network port for messaging backend description: The network port for messaging backend

View File

@ -65,8 +65,6 @@ parameters:
type: string type: string
default: 'messagingv2' default: 'messagingv2'
description: Driver or drivers to handle sending notifications. description: Driver or drivers to handle sending notifications.
constraints:
- allowed_values: [ 'messagingv2', 'noop' ]
RpcPort: RpcPort:
default: 5672 default: 5672
description: The network port for messaging backend description: The network port for messaging backend

View File

@ -92,8 +92,6 @@ parameters:
type: string type: string
default: 'messagingv2' default: 'messagingv2'
description: Driver or drivers to handle sending notifications. description: Driver or drivers to handle sending notifications.
constraints:
- allowed_values: [ 'messagingv2', 'noop' ]
GnocchiArchivePolicy: GnocchiArchivePolicy:
default: 'ceilometer-low-rate' default: 'ceilometer-low-rate'
type: string type: string

View File

@ -72,8 +72,6 @@ parameters:
type: string type: string
default: 'messagingv2' default: 'messagingv2'
description: Driver or drivers to handle sending notifications. description: Driver or drivers to handle sending notifications.
constraints:
- allowed_values: [ 'messagingv2', 'noop' ]
conditions: conditions:
cinder_workers_zero: {equals : [{get_param: CinderWorkers}, 0]} cinder_workers_zero: {equals : [{get_param: CinderWorkers}, 0]}

View File

@ -58,8 +58,6 @@ parameters:
type: string type: string
default: 'messagingv2' default: 'messagingv2'
description: Driver or drivers to handle sending notifications. description: Driver or drivers to handle sending notifications.
constraints:
- allowed_values: [ 'messagingv2', 'noop' ]
RpcPort: RpcPort:
default: 5672 default: 5672
description: The network port for messaging backend description: The network port for messaging backend

View File

@ -66,8 +66,6 @@ parameters:
type: string type: string
default: 'messagingv2' default: 'messagingv2'
description: Driver or drivers to handle sending notifications. description: Driver or drivers to handle sending notifications.
constraints:
- allowed_values: [ 'messagingv2', 'noop' ]
conditions: conditions:
service_debug_unset: {equals : [{get_param: DesignateDebug}, '']} service_debug_unset: {equals : [{get_param: DesignateDebug}, '']}

View File

@ -166,8 +166,6 @@ parameters:
type: string type: string
default: 'messagingv2' default: 'messagingv2'
description: Driver or drivers to handle sending notifications. description: Driver or drivers to handle sending notifications.
constraints:
- allowed_values: [ 'messagingv2', 'noop' ]
RpcPort: RpcPort:
default: 5672 default: 5672
description: The network port for messaging backend description: The network port for messaging backend

View File

@ -107,8 +107,6 @@ parameters:
type: string type: string
default: 'messagingv2' default: 'messagingv2'
description: Driver or drivers to handle sending notifications. description: Driver or drivers to handle sending notifications.
constraints:
- allowed_values: [ 'messagingv2', 'noop' ]
HeatCorsAllowedOrigin: HeatCorsAllowedOrigin:
type: string type: string
default: '' default: ''

View File

@ -222,8 +222,6 @@ parameters:
type: string type: string
default: 'messagingv2' default: 'messagingv2'
description: Driver or drivers to handle sending notifications. description: Driver or drivers to handle sending notifications.
constraints:
- allowed_values: [ 'messagingv2', 'noop' ]
KeystoneChangePasswordUponFirstUse: KeystoneChangePasswordUponFirstUse:
type: string type: string
default: '' default: ''

View File

@ -52,8 +52,6 @@ parameters:
type: string type: string
default: 'messagingv2' default: 'messagingv2'
description: Driver or drivers to handle sending notifications. description: Driver or drivers to handle sending notifications.
constraints:
- allowed_values: [ 'messagingv2', 'noop' ]
RpcPort: RpcPort:
default: 5672 default: 5672
description: The network port for messaging backend description: The network port for messaging backend

View File

@ -53,8 +53,6 @@ parameters:
type: string type: string
default: 'messagingv2' default: 'messagingv2'
description: Driver or drivers to handle sending notifications. description: Driver or drivers to handle sending notifications.
constraints:
- allowed_values: [ 'messagingv2', 'noop' ]
RpcPort: RpcPort:
default: 5672 default: 5672
description: The network port for messaging backend description: The network port for messaging backend

View File

@ -93,8 +93,6 @@ parameters:
type: string type: string
default: 'messagingv2' default: 'messagingv2'
description: Driver or drivers to handle sending notifications. description: Driver or drivers to handle sending notifications.
constraints:
- allowed_values: [ 'messagingv2', 'noop' ]
EnableInternalTLS: EnableInternalTLS:
type: boolean type: boolean
default: false default: false

View File

@ -38,8 +38,6 @@ parameters:
type: string type: string
default: 'messagingv2' default: 'messagingv2'
description: Driver or drivers to handle sending notifications. description: Driver or drivers to handle sending notifications.
constraints:
- allowed_values: [ 'messagingv2', 'noop' ]
NovaPassword: NovaPassword:
description: The password for the nova service and db account description: The password for the nova service and db account
type: string type: string

View File

@ -68,8 +68,6 @@ parameters:
type: string type: string
default: 'messagingv2' default: 'messagingv2'
description: Driver or drivers to handle sending notifications. description: Driver or drivers to handle sending notifications.
constraints:
- allowed_values: [ 'messagingv2', 'noop' ]
OctaviaUserName: OctaviaUserName:
description: The username for the Octavia database and keystone accounts. description: The username for the Octavia database and keystone accounts.
type: string type: string

View File

@ -52,8 +52,6 @@ parameters:
type: string type: string
default: 'messagingv2' default: 'messagingv2'
description: Driver or drivers to handle sending notifications. description: Driver or drivers to handle sending notifications.
constraints:
- allowed_values: [ 'messagingv2', 'noop' ]
RpcPort: RpcPort:
default: 5672 default: 5672
description: The network port for messaging backend description: The network port for messaging backend

View File

@ -58,8 +58,6 @@ parameters:
type: string type: string
default: 'messagingv2' default: 'messagingv2'
description: Driver or drivers to handle sending notifications. description: Driver or drivers to handle sending notifications.
constraints:
- allowed_values: [ 'messagingv2', 'noop' ]
RpcPort: RpcPort:
default: 5672 default: 5672
description: The network port for messaging backend description: The network port for messaging backend