Add the missing pull image for ironic-dnsmasq
Change-Id: I7c5188c8b13b4dc728b201a29b6d304a7d396201
This commit is contained in:
parent
161491edc5
commit
e58a2d85ca
@ -13,6 +13,13 @@
|
||||
image: "{{ ironic_conductor_image_full }}"
|
||||
when: inventory_hostname in groups['ironic-conductor']
|
||||
|
||||
- name: Pulling ironic-dnsmasq image
|
||||
kolla_docker:
|
||||
action: "pull_image"
|
||||
common_options: "{{ docker_common_options }}"
|
||||
image: "{{ ironic_dnsmasq_image_full }}"
|
||||
when: inventory_hostname in groups['ironic-conductor']
|
||||
|
||||
- name: Pulling ironic-inspector image
|
||||
kolla_docker:
|
||||
action: "pull_image"
|
||||
|
Loading…
Reference in New Issue
Block a user