· 9 years ago · Sep 12, 2016, 04:54 PM
1(ceph-rgw)[root@otc-ironic /]# sudo radosgw-admin user info --uid=ironicuser --subuser=swift
2{
3 "user_id": "ironicuser",
4 "display_name": "ironic_user",
5 "email": "",
6 "suspended": 0,
7 "max_buckets": 1000,
8 "auid": 0,
9 "subusers": [
10 {
11 "id": "ironicuser:swift",
12 "permissions": "full-control"
13 }
14 ],
15 "keys": [
16 {
17 "user": "ironicuser:swift",
18 "access_key": "66XFHHSWQW1JQ6UP7GRB",
19 "secret_key": ""
20 },
21 {
22 "user": "ironicuser",
23 "access_key": "T185Z44708VGIB7GXGI4",
24 "secret_key": "Ig20RGVjoddkUf56uDEWn4FUu1JyXR8DPFpNjKdn"
25 }
26 ],
27 "swift_keys": [
28 {
29 "user": "ironicuser:swift",
30 "secret_key": "Y0Ddn8wiVW0xBoTAFSrMi3pu5F8oooj8wbXndQEg"
31 }
32 ],
33 "caps": [],
34 "op_mask": "read, write, delete",
35 "default_placement": "",
36 "placement_tags": [],
37 "bucket_quota": {
38 "enabled": false,
39 "max_size_kb": -1,
40 "max_objects": -1
41 },
42 "user_quota": {
43 "enabled": false,
44 "max_size_kb": -1,
45 "max_objects": -1
46 },
47 "temp_url_keys": []
48}