]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/rgw: start_radosgw is true by default
authorYehuda Sadeh <yehuda@redhat.com>
Thu, 28 Oct 2021 14:25:55 +0000 (07:25 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Wed, 24 Nov 2021 20:54:30 +0000 (12:54 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/pybind/mgr/rgw/module.py

index ac3a24c29152b70152bbfcc0f322b4cce21ae080..7defab0c62329abf02bfb76816c3fd6b053de1c5 100644 (file)
@@ -111,7 +111,7 @@ class Module(orchestrator.OrchestratorClientMixin, MgrModule):
                                  endpoints: Optional[str] = None,
                                  sys_uid: Optional[str] = None,
                                  uid: Optional[str] = None,
-                                 start_radosgw: Optional[bool] = False):
+                                 start_radosgw: Optional[bool] = True):
         """Bootstrap new rgw realm, zonegroup, and zone"""
 
 
@@ -158,7 +158,7 @@ class Module(orchestrator.OrchestratorClientMixin, MgrModule):
                              zonegroup_name: Optional[str] = None,
                              zone_name: Optional[str] = None,
                              endpoints: Optional[str] = None,
-                             start_radosgw: Optional[bool] = False):
+                             start_radosgw: Optional[bool] = True):
         """Bootstrap new rgw zone that syncs with existing zone"""
 
         try: