From 1624e1cf19b19b4342fe143753df1fa030593294 Mon Sep 17 00:00:00 2001 From: Sven Anderson Date: Thu, 17 Aug 2017 18:10:13 +0200 Subject: [PATCH] Set notification_format to 'unversioned' Currently there is no consumer for the versioned notification format, which results in messages queueing up for infinite time. Until we have a consumer for the 'versioned' format, we set it to 'unversioned'. Depends-On: Id08b2d5a1e87825b182e767bffc4c15e5ce9968f Change-Id: I5be547acbd1245de42572941d2185863697f89bd --- puppet/services/nova-base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/puppet/services/nova-base.yaml b/puppet/services/nova-base.yaml index 036ba7d26c..ad5cb6f716 100644 --- a/puppet/services/nova-base.yaml +++ b/puppet/services/nova-base.yaml @@ -227,6 +227,7 @@ outputs: nova::host: '%{::fqdn}' nova::notify_on_state_change: 'vm_and_task_state' nova::notification_driver: {get_param: NotificationDriver} + nova::notification_format: 'unversioned' nova::network::neutron::neutron_auth_type: 'v3password' nova::db::database_db_max_retries: -1 nova::db::database_max_retries: -1