Fix missing swift proxy server image in pull action
Add back missing swift proxy server image which was removed in Swift shared image change. TrivialFix Change-Id: Icf13d4a1550192f73e266a6c6aa74f604ee4e77a
This commit is contained in:
parent
da692dc4e6
commit
d1d8308b51
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user