From 3ead901673ac717aa5dae272e91d04ca14921508 Mon Sep 17 00:00:00 2001 From: Travis Rhoden Date: Fri, 8 May 2015 09:44:40 -0400 Subject: [PATCH] Enable ceph-radosgw service after creating rgw daemon Signed-off-by: Travis Rhoden --- ceph_deploy/rgw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph_deploy/rgw.py b/ceph_deploy/rgw.py index 1eb0565..338fbde 100644 --- a/ceph_deploy/rgw.py +++ b/ceph_deploy/rgw.py @@ -107,7 +107,7 @@ def create_rgw(distro, name, cluster, init): ) if distro.is_el: - system.enable_service(distro.conn) + system.enable_service(distro.conn, service="ceph-radosgw") def rgw_create(args): -- 2.47.3