Pull swift-object-expirer image

Add pull task for object-expirer image.

Change-Id: Icc3cb3111e3b78545678e011f7321ba623ec85c2
Closes-Bug: #1643741
This commit is contained in:
Eduardo Gonzalez 2016-11-22 17:41:00 +00:00
parent 47ea8a34f1
commit 13e98d8e1a
1 changed files with 7 additions and 0 deletions

View File

@ -35,3 +35,10 @@
common_options: "{{ docker_common_options }}"
image: "{{ swift_object_image_full }}"
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']