Skip to content

Commit 6a2b4fc

Browse files
authored
Merge pull request #208 from shiftstack/cinderpol
CinderApiPolicies: allow force-detach
2 parents 66ac726 + 4611f48 commit 6a2b4fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

playbooks/templates/standalone_parameters.yaml.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ parameter_defaults:
111111
cinder-vol-state-set:
112112
key: "volume_extension:volume_admin_actions:reset_status"
113113
value: "rule:admin_or_owner"
114+
cinder-vol-force-detach:
115+
key: "volume_extension:volume_admin_actions:force_detach"
116+
value: "rule:admin_or_owner"
114117
# We never want the node to reboot during tripleo deploy, but defer to later
115118
KernelArgsDeferReboot: true
116119
StandaloneExtraGroupVars:

0 commit comments

Comments
 (0)