Merge "Set undercloud nova notification_format to 'unversioned'" into stable/pike

This commit is contained in:
Zuul 2018-06-30 09:21:57 +00:00 committed by Gerrit Code Review
commit 4446d46e3d
1 changed files with 2 additions and 1 deletions

View File

@ -396,7 +396,8 @@ include ::glance::backend::swift
include ::glance::notify::rabbitmq
class { '::nova':
debug => hiera('debug'),
debug => hiera('debug'),
notification_format => 'unversioned',
}
class { '::nova::api':