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
This commit is contained in:
Sven Anderson 2017-08-17 18:10:13 +02:00
parent d3c991183f
commit 1624e1cf19
1 changed files with 1 additions and 0 deletions

View File

@ -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