Wire the Glance rbd user correctly into the external Ceph template
authorGiulio Fidente <gfidente@redhat.com>
Tue, 16 Feb 2016 11:41:20 +0000 (12:41 +0100)
committerGiulio Fidente <gfidente@redhat.com>
Tue, 16 Feb 2016 11:41:20 +0000 (12:41 +0100)
We were incorrectly wiring the rbd user to the relevant glance
module parameter, making it was impossible to customize the
rbd user when using an external Ceph.

Change-Id: Ibe4eaedf986a9077f869c6530381e69ee0281f5b

puppet/extraconfig/ceph/ceph-external-config.yaml

index 7cefc24..ebd6c25 100644 (file)
@@ -76,7 +76,7 @@ resources:
                 cinder_rbd_pool_name: {get_param: CinderRbdPoolName}
                 glance::backend::rbd::rbd_store_pool: {get_param: GlanceRbdPoolName}
                 nova::compute::rbd::libvirt_rbd_user: {get_param: CephClientUserName}
-                glance::backend::rbd::rbd_store_pool: {get_param: CephClientUserName}
+                glance::backend::rbd::rbd_store_user: {get_param: CephClientUserName}
                 nova::compute::rbd::rbd_keyring:
                   list_join:
                   - '.'