Explicitly set notification driver for novajoin

Novajoin is reliant on some notifications from nova. We recently merged
an update to the undercloud installation that disables the notification
drvier across the board if telemetry is disabled. This change adds a
service_config_setting for nova to force the notification driver to
messagingv2. This should be merged with the service configurations and
override the value that is normally set via NotificationDriver.

Change-Id: Ifee8f7f50fc2ef99605cbbcaa89016514b80b561
Closes-Bug: #1841100
(cherry picked from commit 7c9c363c78)
This commit is contained in:
Alex Schultz 2019-08-22 12:36:49 -06:00
parent 95bf1ab15c
commit 973ae3e83c
1 changed files with 3 additions and 0 deletions

View File

@ -152,6 +152,9 @@ outputs:
nova::vendordata::vendordata_dynamic_auth_password: {get_param: NovaPassword}
nova::vendordata::vendordata_dynamic_connect_timeout: {get_param: NovajoinVendordataTimeout}
nova::vendordata::vendordata_dynamic_read_timeout: {get_param: NovajoinVendordataTimeout}
# novajoin requires that the notification driver be set which could
# be disabled if telemetry is off.
nova::notification_driver: messagingv2
nova::notification_topics: ['notifications', 'novajoin_notifications']
nova::notify_on_state_change: 'vm_state'
nova_api: *nova_vendordata