fix radosgw-admin call with another cluster name than "ceph"

pull/1789/head
Yoann Moulin 2017-08-22 16:57:12 +02:00
parent b80ba20745
commit a7e4562297
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
- /var/run/ganesha
- name: create rgw nfs user
command: radosgw-admin user create --uid={{ ceph_nfs_rgw_user }} --display-name="RGW NFS User"
command: radosgw-admin --cluster {{ cluster }} user create --uid={{ ceph_nfs_rgw_user }} --display-name="RGW NFS User"
register: rgwuser
when: nfs_obj_gw