Remove invalid flag to ceph-authtool
This commit is contained in:
		| @@ -33,7 +33,7 @@ | ||||
|   command: ceph-authtool --create-keyring /tmp/ceph-bootstrap/ceph.mon.keyring --gen-key -n mon. --cap mon 'allow *' | ||||
|  | ||||
| - name: create client admin keyring | ||||
|   command: ceph-authtool --create-keyring /tmp/ceph-bootstrap/ceph.client.admin.keyring --gen-key -n client.admin --set-uid=0 --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow *' --cap mgr 'allow *' | ||||
|   command: ceph-authtool --create-keyring /tmp/ceph-bootstrap/ceph.client.admin.keyring --gen-key -n client.admin --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow *' --cap mgr 'allow *' | ||||
|  | ||||
| - name: add client admin keyring to mon keyring | ||||
|   command: ceph-authtool /tmp/ceph-bootstrap/ceph.mon.keyring --import-keyring /tmp/ceph-bootstrap/ceph.client.admin.keyring | ||||
|   | ||||
		Reference in New Issue
	
	Block a user