commit | 56c2907ee8ae28711144f8e34aeec6e58d7844d8 | [log] [tgz] |
---|---|---|
author | Dmitry Ukov <dukov@mirantis.com> | Thu May 04 16:48:29 2017 +0400 |
committer | Dmitry Ukov <dukov@mirantis.com> | Thu May 18 12:35:48 2017 +0400 |
tree | c7de41a12f40fda0967796d32cace8ca01ad9cdd | |
parent | a52c3cc39c09860195c9bfa11795b6d22f6179fc [diff] [blame] |
Policy.json should be defined by user User can override and add values to policy.json by creating flat key-value structure under cinder:controller:policy. Change-Id: I1d58c632442cd1ffb19f2020ab9e5e63bea975a9
diff --git a/tests/pillar/control_single.sls b/tests/pillar/control_single.sls index ef2136a..ac8db5a 100644 --- a/tests/pillar/control_single.sls +++ b/tests/pillar/control_single.sls
@@ -36,3 +36,6 @@ port: 22 user: username password: pass + policy: + 'volume:delete': 'rule:admin_or_owner' + 'volume:extend':