From: Travis Rhoden Date: Fri, 8 May 2015 13:06:55 +0000 (-0400) Subject: Remove rgw name from call to service start X-Git-Tag: v1.5.24~8^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=83d42e304875960c2a1d9d38580ad30f2d32c5e6;p=ceph-deploy.git Remove rgw name from call to service start The init script does not use the name, so don't pass it. Signed-off-by: Travis Rhoden --- diff --git a/ceph_deploy/rgw.py b/ceph_deploy/rgw.py index e9d701b..1eb0565 100644 --- a/ceph_deploy/rgw.py +++ b/ceph_deploy/rgw.py @@ -102,7 +102,6 @@ def create_rgw(distro, name, cluster, init): 'service', 'ceph-radosgw', 'start', - '{name}'.format(name=name), ], timeout=7 )