Pull swift-object-expirer image
Add pull task for object-expirer image. Change-Id: Icc3cb3111e3b78545678e011f7321ba623ec85c2 Closes-Bug: #1643741
This commit is contained in:
parent
47ea8a34f1
commit
13e98d8e1a
@ -35,3 +35,10 @@
|
|||||||
common_options: "{{ docker_common_options }}"
|
common_options: "{{ docker_common_options }}"
|
||||||
image: "{{ swift_object_image_full }}"
|
image: "{{ swift_object_image_full }}"
|
||||||
when: inventory_hostname in groups['swift-object-server']
|
when: inventory_hostname in groups['swift-object-server']
|
||||||
|
|
||||||
|
- name: Pulling swift-object-expirer image
|
||||||
|
kolla_docker:
|
||||||
|
action: "pull_image"
|
||||||
|
common_options: "{{ docker_common_options }}"
|
||||||
|
image: "{{ swift_object_expirer_image_full }}"
|
||||||
|
when: inventory_hostname in groups['swift-object-server']
|
||||||
|
Loading…
Reference in New Issue
Block a user