Skip to content

Commit

Permalink
Ensure edpm_iscsid and edpm_multipathd are cached
Browse files Browse the repository at this point in the history
Fixing nova service name

closes OSPRH-11908

Signed-off-by: Fabricio Aguiar <[email protected]>
  • Loading branch information
fao89 committed Dec 3, 2024
1 parent 1c2675c commit 873d34f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/edpm_download_cache/tasks/container_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- download_cache

- name: Download images for edpm_iscsid role
when: '"nova-storage" in edpm_download_cache_running_services'
when: '"nova" in edpm_download_cache_running_services'
ansible.builtin.include_role:
name: osp.edpm.edpm_iscsid
tasks_from: download_cache.yml
Expand Down Expand Up @@ -62,7 +62,7 @@
- download_cache

- name: Download images for edpm_multipathd role
when: '"nova-storage" in edpm_download_cache_running_services'
when: '"nova" in edpm_download_cache_running_services'
ansible.builtin.include_role:
name: osp.edpm.edpm_multipathd
tasks_from: download_cache.yml
Expand Down

0 comments on commit 873d34f

Please sign in to comment.