Add missing pull task for neutron-vpnaas-agent
Closes-Bug: #1646486 Change-Id: I9b4ce3d0944018113a590bbc33604408ec2d352f
This commit is contained in:
parent
6662a5aa05
commit
e50ee312af
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user