Change default policy to allow create_samples

https://review.openstack.org/#/c/234823/ has broken heat
integration tests as the default policy no longer allows
to create_samples without admin privileges.

Change-Id: I28980ff4cd82950bc713da519e0e49b62fc77a22
Closes-Bug: #1551383
This commit is contained in:
Rabi Mishra 2016-03-01 10:42:53 +05:30
parent 1af401653c
commit e054ffdb15
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"telemetry:get_samples": "",
"telemetry:get_sample": "",
"telemetry:query_sample": "",
"telemetry:create_samples": "rule:context_is_admin",
"telemetry:create_samples": "",
"telemetry:compute_statistics": "",
"telemetry:get_meters": "",