Fix RGW systemd directory

The ceph RGW systemd services are actually named "ceph-radosgw" and not
"ceph-rgw", this patch fixes that for the systemd overrides file.
pull/1827/head
Andy McCrae 2017-08-29 17:24:52 +01:00
parent 21b3fd2819
commit a9d91c3d69
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
- name: add ceph-rgw systemd service overrides
config_template:
src: "ceph-rgw.service.d-overrides.j2"
dest: "/etc/systemd/system/ceph-rgw@.service.d/ceph-rgw-systemd-overrides.conf"
dest: "/etc/systemd/system/ceph-radosgw@.service.d/ceph-radosgw-systemd-overrides.conf"
config_overrides: "{{ ceph_rgw_systemd_overrides | default({}) }}"
config_type: "ini"
when: