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

Merge "Add missing pull task for neutron-vpnaas-agent"

parents fe0bebc9 e50ee312
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,15 @@ ...@@ -48,6 +48,15 @@
or inventory_hostname in groups['neutron-vpnaas-agent']) or inventory_hostname in groups['neutron-vpnaas-agent'])
- neutron_plugin_agent == "openvswitch" - neutron_plugin_agent == "openvswitch"
- name: Pulling neutron-vpnaas-agent image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ neutron_vpnaas_agent_image_full }}"
when:
- inventory_hostname in groups['neutron-vpnaas-agent']
- enable_neutron_vpnaas | bool
- name: Pulling neutron-server image - name: Pulling neutron-server image
kolla_docker: kolla_docker:
action: "pull_image" 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