rbd/pools: fix typo
Close bug #309 Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
parent
c75f535263
commit
b9c694c230
@ -97,7 +97,7 @@ class cloud::storage::rbd::pools(
|
|||||||
|
|
||||||
if $::ceph_keyring_nova {
|
if $::ceph_keyring_nova {
|
||||||
# NOTE(fc): Puppet needs to run a second time to enter this
|
# NOTE(fc): Puppet needs to run a second time to enter this
|
||||||
ceph::key { $cinder_user:
|
ceph::key { $nova_user:
|
||||||
secret => $::ceph_keyring_nova,
|
secret => $::ceph_keyring_nova,
|
||||||
keyring_path => "/etc/ceph/ceph.client.${nova_user}.keyring"
|
keyring_path => "/etc/ceph/ceph.client.${nova_user}.keyring"
|
||||||
} ->
|
} ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user