Hi all, I want to ensure that only the owner of the instances can list his instances.
I try to add rules in /etc/openstack-dashboard/nova_policy.json like below:
"owner": "user_id:%(user_id)s",
"compute:get": "rule:owner",
But, it can't work.
How to setup nova's policy.json ensure only owner can list his instance?
Version: Ocata, OS: CentOS 7.3