Skip to content

Commit 873d34f

Browse files
committed
Ensure edpm_iscsid and edpm_multipathd are cached
Fixing nova service name closes OSPRH-11908 Signed-off-by: Fabricio Aguiar <[email protected]>
1 parent 1c2675c commit 873d34f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/edpm_download_cache/tasks/container_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- download_cache
1010

1111
- name: Download images for edpm_iscsid role
12-
when: '"nova-storage" in edpm_download_cache_running_services'
12+
when: '"nova" in edpm_download_cache_running_services'
1313
ansible.builtin.include_role:
1414
name: osp.edpm.edpm_iscsid
1515
tasks_from: download_cache.yml
@@ -62,7 +62,7 @@
6262
- download_cache
6363

6464
- name: Download images for edpm_multipathd role
65-
when: '"nova-storage" in edpm_download_cache_running_services'
65+
when: '"nova" in edpm_download_cache_running_services'
6666
ansible.builtin.include_role:
6767
name: osp.edpm.edpm_multipathd
6868
tasks_from: download_cache.yml

0 commit comments

Comments
 (0)