diff --git a/ceph-rgw/templates/bin/rgw/_init_keystone.sh.tpl b/ceph-rgw/templates/bin/rgw/_init.sh.tpl similarity index 67% rename from ceph-rgw/templates/bin/rgw/_init_keystone.sh.tpl rename to ceph-rgw/templates/bin/rgw/_init.sh.tpl index 63af6ba92..bdb2e2fc0 100644 --- a/ceph-rgw/templates/bin/rgw/_init_keystone.sh.tpl +++ b/ceph-rgw/templates/bin/rgw/_init.sh.tpl @@ -18,12 +18,20 @@ limitations under the License. set -ex -cp -va /tmp/ceph.conf /etc/ceph/ceph.conf +cp -va /etc/ceph/ceph.conf.template /etc/ceph/ceph.conf cat >> /etc/ceph/ceph.conf <