rbd/glance/keyring: fix wrong collected resource
In the commit 8e537e4b50bdfbc87a5914baca4e93c45ddce918, a wrong resource collection has been introduced which can make fail the situation when Glance API & Cinder Volume are not on the same nodes. For Glance, the resource collected was the Cinder keyring instead of Glance keyring. This patch fix this regression introduced on 4th march. Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
parent
5c67237366
commit
d1319f3ce8
@ -63,7 +63,7 @@ class cloud::storage::rbd::pools(
|
||||
secret => $::ceph_keyring_glance,
|
||||
keyring_path => "/etc/ceph/ceph.client.${glance_rbd_user}.keyring"
|
||||
}
|
||||
Ceph::Key <<| title == $cinder_rbd_user |>>
|
||||
Ceph::Key <<| title == $glance_rbd_user |>>
|
||||
}
|
||||
|
||||
if $::ceph_keyring_cinder {
|
||||
|
Loading…
x
Reference in New Issue
Block a user