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.
This commit is contained in:
parent
846b5cd18b
commit
e92f18b8cb
@ -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' |>>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user