Merge "Fix missing swift proxy server image in pull action"

This commit is contained in:
Jenkins 2016-02-01 09:41:32 +00:00 committed by Gerrit Code Review
commit c755a62ee0

@ -8,6 +8,13 @@
inventory_hostname in groups['swift-container-server'] or
inventory_hostname in groups['swift-object-server']
- name: Pulling swift-proxy-server image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ swift_proxy_server_image_full }}"
when: inventory_hostname in groups['swift-proxy-server']
- name: Pulling swift-account image
kolla_docker:
action: "pull_image"