Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pybind/mgr/restful: fix typo #16560

Merged
merged 1 commit into from Jul 25, 2017
Merged

pybind/mgr/restful: fix typo #16560

merged 1 commit into from Jul 25, 2017

Conversation

nrdmn
Copy link
Contributor

@nrdmn nrdmn commented Jul 25, 2017

Fixed typo

@hjwsm1989
Copy link
Contributor

please have look at this https://github.com/ceph/ceph/blob/master/SubmittingPatches.rst

@nrdmn nrdmn changed the title Update __init__.py Fixed typo in src/pybind/mgr/restful/api/__init__.py Jul 25, 2017
@@ -30,7 +30,7 @@ def get(self, **kwargs):
return {
'api_version': 1,
'auth':
'Use "ceph restful create_key <key>" to create a key pair, '
'Use "ceph tell mgr restful create-key <key>" to create a key pair, '
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need for 'tell mgr' now

@liewegas liewegas added this to the luminous milestone Jul 25, 2017
@liewegas liewegas changed the title Fixed typo in src/pybind/mgr/restful/api/__init__.py pybind/mgr/restful: fix typo Jul 25, 2017
@liewegas
Copy link
Member

Can you squash this down to one commit that just fixes the type (_ to -)? Thanks!

Signed-off-by: Nick Erdmann <n@nirf.de>
Fixed typo
@nrdmn
Copy link
Contributor Author

nrdmn commented Jul 25, 2017

done! :)

@liewegas liewegas merged commit 759da47 into ceph:master Jul 25, 2017
@liewegas
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants