Refresh novajoin services on novajoin_config changes

It was previously refreshing nova-api and not the novajoin services.

Change-Id: I92bd66cbd2bcaade9b8818533432a279f2c97830
This commit is contained in:
Juan Antonio Osorio Robles 2017-04-03 12:11:34 +03:00
parent 5e9faf79a9
commit 3601c5f59e
1 changed files with 2 additions and 1 deletions

View File

@ -201,7 +201,8 @@ class nova::metadata::novajoin::api (
ensure_resource('file', $keytab, { owner => $nova_user, require => Exec['get-service-user-keytab'] })
Novajoin_config<||> ~> Service<| title == 'nova-api'|>
Novajoin_config<||> ~> Service<| title == 'novajoin-server'|>
Novajoin_config<||> ~> Service<| title == 'novajoin-notify'|>
Exec['get-service-user-keytab'] ~> Service['novajoin-server']
Exec['get-service-user-keytab'] ~> Service['novajoin-notify']
Exec['get-service-user-keytab'] ~> Service<| title == 'nova-api'|>