Merge "Ensure the CephX client keys are provisioned by the mirror profile"

This commit is contained in:
Jenkins 2017-01-26 21:18:19 +00:00 committed by Gerrit Code Review
commit b1fa5e4445

View File

@ -20,7 +20,7 @@
# Profile for Ceph rbd mirror
#
class ceph::profile::mirror {
require ::ceph::profile::base
require ::ceph::profile::client
$rbd_name = $::ceph::profile::params::rbd_mirror_client_name ? {
undef => 'openstack',
default => $::ceph::profile::params::rbd_mirror_client_name,