]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
[RM-15409] Fix the function name of osd keyring creation 391/head
authorDesmondS <jordanjimmy41177@gmail.com>
Fri, 8 Apr 2016 01:27:24 +0000 (09:27 +0800)
committerDesmondS <jordanjimmy41177@gmail.com>
Fri, 8 Apr 2016 01:27:24 +0000 (09:27 +0800)
commit23ab1673291f0fca38bfd0c23fc842e911eaa635
treeedd4259e8689aedad0a4134cdb2787c15fb048d6
parent0867360c956138589fcc71f57b8ff046b363843e
[RM-15409] Fix the function name of osd keyring creation

Change the function name of "create_osd" to "create_osd_keyring".
This function just do:
1. Check the remote node's osd keyring exist or not
2. If not, it create one.
The original name would confused the developers.

Signed-off-by: DesmondS <jordanjimmy41177@gmail.com>
ceph_deploy/osd.py