Merge "Change file ownership and group to nova"

This commit is contained in:
Zuul 2018-10-03 11:03:43 +00:00 committed by Gerrit Code Review
commit 60066aca35
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ class packstack::nova::compute ()
file { '/etc/nova/migration/identity':
content => hiera('NOVA_MIGRATION_KEY_SECRET'),
mode => '0600',
owner => root,
group => root,
owner => nova,
group => nova,
require => Package['openstack-nova-migration'],
}