Skip to content

Commit 28afcc6

Browse files
committed
manila adoption: fix the reference to access a controller
controller_ssh by itself is undefined for the netapp codepath (it is defined when using the cephfs backend). But it is not used either in the netapp codepath, so just remove it.
1 parent 581e720 commit 28afcc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/roles/manila_adoption/tasks/netapp.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
become: true
55
ansible.builtin.shell: |
66
{{ shell_header }}
7-
{{ controller_ssh }}
87
CONTROLLER1_SCP="{{ controller1_ssh | regex_replace('^ssh', 'scp')}}"
98
${CONTROLLER1_SCP}:{{ manila_tripleo_path }} {{ manila_conf_path }}
109

0 commit comments

Comments
 (0)