diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-08-21 17:22:50 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-08-21 17:22:50 +0000 |
commit | 6fafefd35e30da85fd6881f28dd66ec3b703bdac (patch) | |
tree | d11d5651014a8eb84dfda08b33075bc5691e09d2 /environments | |
parent | 8ba30a1912979925fa37e210df5ecaab47b07c33 (diff) | |
parent | ad8589212cee744351b9d224265fed9ed1dbf447 (diff) |
Merge "Let mds create manila key and fs"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/storage/external-ceph.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environments/storage/external-ceph.yaml b/environments/storage/external-ceph.yaml index f1c9d516..0f2d0396 100644 --- a/environments/storage/external-ceph.yaml +++ b/environments/storage/external-ceph.yaml @@ -13,7 +13,7 @@ parameter_defaults: # Type: string CephAdminKey: '' - # The Ceph client key. Can be created with ceph-authtool --gen-print-key. Currently only used for external Ceph deployments to create the openstack user keyring. + # The Ceph client key. Can be created with ceph-authtool --gen-print-key. # Mandatory. This parameter must be set by the user. # Type: string CephClientKey: <None> |