<div dir="ltr">Hi there,<div><br></div><div>I'm using Senlin in stable/queens and find admin user is able to list all users' cluster but not able to delete other users's clusters/profiles. The debug log shows it gets ResouceNotFound error Wondering if that is an expected behavior? How should admin user manage all the Senlin clusters? Any help is appreciated.</div><div><br></div><div><br></div><div><div>hangyang@ows-api1-qe1[ows_qe]:~$ openstack cluster list --global-project</div><div>+----------+-----------------------+--------+----------------------+----------------------+------------+</div><div>| id       | name                  | status | created_at           | updated_at           | project_id |</div><div>+----------+-----------------------+--------+----------------------+----------------------+------------+</div><div>| a2294060 | my_test_cluster_YB61d | ACTIVE | 2018-06-12T21:49:19Z | 2018-06-12T21:49:19Z | 152690aa   |</div></div><div><br></div><div>hangyang@ows-api1-qe1[ows_qe]:~$ openstack cluster delete a2294060 --debug<br></div><div>...</div><div>RESP BODY: {"code": 404, "error": {"code": 404, "message": "The cluster 'a2294060' could not be found.", "type": "ResourceNotFound"}, "explanation": "The resource could not be found.", "title": "Not Found"}<br></div><div>a2294060: failed due to 'Unable to delete Cluster for a2294060'<br></div><div>...</div><div><br></div><div>Senlin policy.json</div><div><div>{</div><div>    "context_is_admin":  "role:admin",</div><div>    "deny_everybody": "!",</div><div><br></div><div>    "build_info:build_info": "",</div><div>    "profile_types:index": "",</div><div>    "profile_types:get": "",</div><div>    "profile_types:ops": "",</div><div>    "policy_types:index": "",</div><div>    "policy_types:get": "",</div><div>    "clusters:index": "",</div><div>    "clusters:create": "",</div><div>    "clusters:delete": "",</div><div>    "clusters:get": "",</div><div>    "clusters:action": "",</div><div>    "clusters:update": "",</div><div>    "clusters:collect": "",</div><div>    "clusters:operation": "",</div></div><div>...</div><div><br></div><div><br></div><div>Regards,</div><div>Hang</div></div>