Skip to content
Snippets Groups Projects
Commit c755a62e authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

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

parents a0fc2bd6 d1d8308b
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment