diff --git a/elements/puppet-stack-config/puppet-stack-config.pp b/elements/puppet-stack-config/puppet-stack-config.pp index c0d30844f..6f446e300 100644 --- a/elements/puppet-stack-config/puppet-stack-config.pp +++ b/elements/puppet-stack-config/puppet-stack-config.pp @@ -375,7 +375,8 @@ include ::glance::backend::swift include ::glance::notify::rabbitmq class { '::nova': - debug => hiera('debug'), + debug => hiera('debug'), + notification_format => 'unversioned', } class { '::nova::api':