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

This commit is contained in:
Zuul 2018-06-29 09:41:27 +00:00 committed by Gerrit Code Review
commit e4693063ea
1 changed files with 2 additions and 1 deletions

View File

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