Address issue #632 with systemd unit rename

* the client-name is actually `rgw.{{ ansible_hostname }}` instead
  of just `{{ ansible_hostname }}`
* it matches the directory created under `/var/lib/ceph/radosgw`
* and, it matches the client-name used to create the keyring in
  `pre_requisite.yml`
pull/634/head
K.C. Wong 2016-03-17 10:34:56 -07:00
parent c8422e29ff
commit 6ac41f7f3f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
- name: start rgw on red hat (after infernalis)
service:
name: ceph-radosgw@{{ ansible_hostname }}
name: ceph-radosgw@rgw.{{ ansible_hostname }}
state: started
enabled: yes
when: