Skip to content

Commit 69ca219

Browse files
Merge pull request #1051 from fmount/OSPCIX-1034
Add default manila_backend value when evaluating pcs constraints
2 parents d7f1bb6 + 122c4bd commit 69ca219

File tree

1 file changed

+1
-1
lines changed
  • tests/roles/stop_openstack_services/tasks

1 file changed

+1
-1
lines changed

tests/roles/stop_openstack_services/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
CONTROLLER3_SSH="{{ controller3_ssh }}"
88
99
- name: Remove colocation constraints between manila-share and ceph-nfs
10-
when: manila_backend == "cephnfs"
10+
when: manila_backend | default("") == "cephnfs"
1111
ansible.builtin.shell: |
1212
{{ shell_header }}
1313
{{ oc_header }}

0 commit comments

Comments
 (0)