diff options
author | Giulio Fidente <gfidente@redhat.com> | 2015-08-13 20:10:29 +0200 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2015-11-05 19:39:09 +0100 |
commit | 9ea7831eaeadced1b5599b6ef1feb01d0cb6dca2 (patch) | |
tree | 0720707f75fdd9b7ec320a52958392585620415a /os-apply-config | |
parent | e19ae9dfe03e2868562ef090c455aa9e8c394d9e (diff) |
Allow customization of Ceph client user
Previously we enforced the Ceph user used by the OpenStack clients
to be named 'openstack', this change allows for customization
of such a name.
Change-Id: Idef3e1ed4e8e21b645081869b8d6fad2329bdc60
Diffstat (limited to 'os-apply-config')
-rw-r--r-- | os-apply-config/ceph-cluster-config.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/os-apply-config/ceph-cluster-config.yaml b/os-apply-config/ceph-cluster-config.yaml index 4e435ffb..115de085 100644 --- a/os-apply-config/ceph-cluster-config.yaml +++ b/os-apply-config/ceph-cluster-config.yaml @@ -13,7 +13,7 @@ parameters: ceph_client_key: default: '' type: string - description: Ceph key used to create the 'openstack' user keyring. + description: Ceph key used to create the client user keyring. ceph_fsid: default: '' type: string @@ -36,6 +36,9 @@ parameters: GlanceRbdPoolName: default: images type: string + CephClientUserName: + default: openstack + type: string resources: CephClusterConfigImpl: |