rbd/pools: fix typo

Close bug #309

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi 2014-02-26 16:26:13 +01:00
parent c75f535263
commit b9c694c230

View File

@ -97,7 +97,7 @@ class cloud::storage::rbd::pools(
if $::ceph_keyring_nova {
# NOTE(fc): Puppet needs to run a second time to enter this
ceph::key { $cinder_user:
ceph::key { $nova_user:
secret => $::ceph_keyring_nova,
keyring_path => "/etc/ceph/ceph.client.${nova_user}.keyring"
} ->