]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
Remove rgw name from call to service start
authorTravis Rhoden <trhoden@redhat.com>
Fri, 8 May 2015 13:06:55 +0000 (09:06 -0400)
committerTravis Rhoden <trhoden@redhat.com>
Fri, 8 May 2015 13:15:37 +0000 (09:15 -0400)
The init script does not use the name, so don't pass it.

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
ceph_deploy/rgw.py

index e9d701b353e34228912ae80a5e42fd81842ffd45..1eb0565354e927eec14fda7303117445e7e5f2b2 100644 (file)
@@ -102,7 +102,6 @@ def create_rgw(distro, name, cluster, init):
                 'service',
                 'ceph-radosgw',
                 'start',
-                '{name}'.format(name=name),
             ],
             timeout=7
         )