We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9f958 commit 68d8a12Copy full SHA for 68d8a12
hooks/playbooks/cinder_multiattach_volume_type.yml
@@ -18,7 +18,7 @@
18
set -xe -o pipefail
19
oc -n {{ namespace }} rsh openstackclient \
20
openstack volume type show {{ cifmw_volume_multiattach_type }} &>/dev/null || \
21
- oc rsh openstackclient \
+ oc -n {{ openstack }} rsh openstackclient \
22
openstack volume type create {{ cifmw_volume_multiattach_type }}
23
24
openstack volume type set --property multiattach="<is> True" \
0 commit comments