]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/nfs: change _cmd_rgw_export_create_rgw() name
authorVarsha Rao <varao@redhat.com>
Mon, 16 Aug 2021 05:46:45 +0000 (11:16 +0530)
committerAlfonso Martínez <almartin@redhat.com>
Wed, 3 Nov 2021 11:37:34 +0000 (12:37 +0100)
To maintain uniformity in naming, modify _cmd_rgw_export_create_rgw() name to
_cmd_nfs_export_create_rgw().

Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 4137f88d0c4278ad1a8a7bce9c6d432d1c9e7c7c)

src/pybind/mgr/nfs/module.py

index 535c1466af54ab450e7e79119183fa5bbcc78ede..b6fff9c37d72fce51bd003a0432661a3a4cb56d4 100644 (file)
@@ -42,7 +42,7 @@ class Module(orchestrator.OrchestratorClientMixin, MgrModule):
                                              squash=squash, addr=client_addr)
 
     @CLICommand('nfs export create rgw', perm='rw')
-    def _cmd_rgw_export_create_rgw(
+    def _cmd_nfs_export_create_rgw(
             self,
             bucket: str,
             cluster_id: str,