From e92f18b8cb5f2147334e45af3d8b8593394b15b9 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Sun, 8 Jun 2014 13:37:37 +0200 Subject: [PATCH] restart glance services after ceph keyring config When configuring ceph keyring in /etc/ceph, we need to restart the services to have Glance correctly working. --- manifests/image/api.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/image/api.pp b/manifests/image/api.pp index 0d79fba1..8aba7415 100644 --- a/manifests/image/api.pp +++ b/manifests/image/api.pp @@ -144,7 +144,8 @@ class cloud::image::api( owner => 'glance', group => 'glance', mode => '0400', - require => Ceph::Key[$glance_rbd_user] + require => Ceph::Key[$glance_rbd_user], + notify => Service['glance-api','glance-registry'] } Concat::Fragment <<| title == 'ceph-client-os' |>>