diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2015-10-12 13:59:22 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2015-10-12 21:54:33 +0300 |
commit | fa4ed015b083dfe416aaf2cd666ca666284608ce (patch) | |
tree | 196735539a81ced4cd8353d1173ada0aa18fdb03 /os-apply-config/ceph-storage.yaml | |
parent | 37830dd045467b0fa157c6c3604faf1329af752d (diff) |
Set shared secrets, keys and passwords as hidden
Change-Id: Ieb27729c6b33ffc849d07200ec0d42508214956e
Closes-Bug: #1399793
Diffstat (limited to 'os-apply-config/ceph-storage.yaml')
-rw-r--r-- | os-apply-config/ceph-storage.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os-apply-config/ceph-storage.yaml b/os-apply-config/ceph-storage.yaml index 0dbcd3e7..fc321d88 100644 --- a/os-apply-config/ceph-storage.yaml +++ b/os-apply-config/ceph-storage.yaml @@ -20,10 +20,12 @@ parameters: default: '' description: The Ceph monitors key. Can be created with ceph-authtool --gen-print-key. type: string + hidden: true CephAdminKey: default: '' description: The Ceph admin client key. Can be created with ceph-authtool --gen-print-key. type: string + hidden: true CephMonitors: default: '' description: The list of ip/names to use as Ceph monitors |