Merge pull request #235 from leseb/fix-rest-api

Default client is already client.restapi
pull/236/head
Leseb 2015-03-25 11:30:37 +01:00
commit 63399197de
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@
ignore_errors: True ignore_errors: True
- name: Start Ceph REST API - name: Start Ceph REST API
shell: "nohup ceph-rest-api -n client.restapi &" shell: "nohup ceph-rest-api &"
when: restapi_status.rc != 0 when: restapi_status.rc != 0