Merge "Set undercloud nova notification_format to 'unversioned'"

This commit is contained in:
Zuul 2018-03-24 01:31:58 +00:00 committed by Gerrit Code Review
commit 4721d004c6
1 changed files with 2 additions and 1 deletions

View File

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