Skip to content

Commit 581e720

Browse files
committed
cinder adoption: fix the reference to access a controller
controller_ssh by itself is undefined. But it is not used either, so just remove it.
1 parent 36643bd commit 581e720

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/roles/cinder_adoption/tasks/cinder_volume_netapp_nfs.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}:{{ cinder_tripleo_path }} {{ cinder_conf_path }}
109
${CONTROLLER1_SCP}:{{ cinder_tripleo_nfs_shares_config_path }} {{ cinder_nfs_shares_conf_path }}

0 commit comments

Comments
 (0)