Merge "Pull swift-object-expirer image"

This commit is contained in:
Jenkins 2016-11-23 06:49:18 +00:00 committed by Gerrit Code Review
commit 6662a5aa05
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']